DateSectionTitles/APLAppDelegate.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. |
The application delegate is almost unchanged from that provided by the standard Xcode template, except that application data is created in the persistentStoreCoordinator method. |
*/ |
@import UIKit; |
@interface APLAppDelegate : UIResponder <UIApplicationDelegate> |
@property (nonatomic) UIWindow *window; |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-12-21