CloudKitAtlas/AAPLCKReferenceViewController.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 to a list. |
*/ |
@import UIKit; |
@class AAPLCloudManager; |
@interface AAPLCKReferenceViewController : UITableViewController |
@property (strong) AAPLCloudManager *cloudManager; |
@end |