2016-04-19 13:43:41 -07:00

18 lines
289 B
Objective-C

//
// AppDelegate.h
// ASAnimatedImage
//
// Created by Garrett Moon on 3/22/16.
// Copyright © 2016 Facebook, Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end