mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[New Example] 500pxgram updates
- addressed all comments in PR except autolayout of UIKit code
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user