Files
AsyncDisplayKit/examples/ASLayoutSpecPlayground/Sample/AppDelegate.h
2016-03-26 09:57:40 -07:00

17 lines
296 B
Objective-C

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