CloudKitAtlas/AAPLCKRecordViewController.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 items with a name and a location. |
*/ |
@import UIKit; |
@class AAPLCloudManager; |
@interface AAPLCKRecordViewController : UIViewController |
@property (strong) AAPLCloudManager *cloudManager; |
@end |