#import #import "SignalsViewController.h" extern NSString *const AppDelegateStoryboardMain; extern NSString *const AppDelegateStoryboardRegistration; @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) SignalsViewController *signalVC; @end