Signal-iOS/Signal/src/AppDelegate.h
2021-06-18 10:26:41 -07:00

16 lines
355 B
Objective-C

//
// Copyright (c) 2021 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
extern NSString *const AppDelegateStoryboardMain;
extern NSString *const kURLSchemeSGNLKey;
extern NSString *const kURLHostTransferPrefix;
extern NSString *const kURLHostLinkDevicePrefix;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@end