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

15 lines
252 B
C

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
11 years ago
#import <UIKit/UIKit.h>
#import "SignalsViewController.h"
extern NSString *const AppDelegateStoryboardMain;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
11 years ago
11 years ago
@end