blob: 88abcec3e1c5c872ca542249c78d2e96b807475f [file] [log] [blame] [edit]
//
// RACAppDelegate.h
// ReactiveCocoa-iOS-UIKitTestHost
//
// Created by Andrew Mackenzie-Ross on 27/06/13.
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RACAppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, strong) UIWindow *window;
+ (instancetype)delegate;
@end