Files
AsyncDisplayKit/examples/ASDKgram/Sample/AppDelegate.h

17 lines
282 B
Objective-C

//
// AppDelegate.h
// ASDKgram
//
// Created by Hannah Troisi on 2/16/16.
// Copyright © 2016 Hannah Troisi. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end