//
//  AppDelegate.h
//  KIFFrameworkConsumer
//
//  Created by Alex Odawa on 3/30/16.
//
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

