CloudKitAtlas/AAPLCKAssetViewController.h

/*
    Copyright (C) 2014 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    
            This view controller lets you add a CKAsset with an image.
         
*/
 
@import UIKit;
 
@class AAPLCloudManager;
 
@interface AAPLCKAssetViewController : UIViewController
 
@property (strong) AAPLCloudManager *cloudManager;
 
@end