[New Example] 500pxgram updates

- addressed all comments in PR except autolayout of UIKit code
This commit is contained in:
Hannah Troisi
2016-04-10 23:34:41 -07:00
parent 16ece60a3e
commit 44d483b7fe
29 changed files with 86 additions and 94 deletions

View File

@@ -6,16 +6,11 @@
// Copyright © 2016 Hannah Troisi. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol PhotoFeedViewControllerProtocol <NSObject>
@protocol PhotoFeedControllerProtocol <NSObject>
- (void)resetAllData;
@end
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) UIView *statusBarOpaqueUnderlayView;
@end