mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Initial commit for AsyncDisplayKitOverview
This commit is contained in:
17
examples/AsyncDisplayKitOverview/Sample/AppDelegate.h
Normal file
17
examples/AsyncDisplayKitOverview/Sample/AppDelegate.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// Sample
|
||||
//
|
||||
// Created by Michael Schneider on 4/24/16.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user