Files
AsyncDisplayKit/examples/SocialAppLayout/Sample/AppDelegate.h
2015-11-06 17:09:11 +03:00

18 lines
275 B
Objective-C

//
// AppDelegate.h
// Sample
//
// Created by Vitaly Baev on 06.11.15.
// Copyright © 2015 Facebook. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end