Retired Document
Important: This document may not represent best practices for current development. Links to downloads and other resources may no longer be valid.
CloudPhotos (iOS)/CloudPhotos/APLMainTableViewController.h
/* |
Copyright (C) 2017 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
The application's primary table view controller showing the list of photos. |
*/ |
#import "APLDetailTableViewController.h" // for DetailViewControllerDelegate |
@interface APLMainTableViewController : UITableViewController <DetailViewControllerDelegate> |
// called by our AppDelegate when the user has logged in our out |
- (void)loginUpdate; |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-03-09