You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/Signal/src/AppDelegate.h

11 lines
239 B
C

11 years ago
#import <UIKit/UIKit.h>
#import "SignalsViewController.h"
@interface AppDelegate : UIResponder <UIApplicationDelegate>
11 years ago
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) SignalsViewController *signalVC;
11 years ago
@end