CloudPhotos (OS X).swift/CloudPhotos/MasterView.swift

/*
Copyright (C) 2017 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
 
Abstract:
Encompassing view that holds the master view controller's content.
*/
 
import Cocoa
 
class MasterView : NSView {
}