Files
FunctionalReactivePixels/FRP/FRPAppDelegate.h

16 lines
280 B
Objective-C

//
// FRPAppDelegate.h
// FRP
//
// Created by Ash Furrow on 10/13/2013.
// Copyright (c) 2013 Ash Furrow. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FRPAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end