DateSectionTitles/APLMasterViewController.h
/* |
Copyright (C) 2017 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Table view controller to display Events by section. |
*/ |
@import UIKit; |
@import CoreData; |
@interface APLMasterViewController : UITableViewController <NSFetchedResultsControllerDelegate> |
@property (strong, nonatomic) NSManagedObjectContext *managedObjectContext; |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-12-21