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

19 lines
424 B
C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
extern NSString *const AppDelegateStoryboardMain;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
12 years ago
6 years ago
- (void)startLongPollerIfNeeded;
- (void)stopLongPollerIfNeeded;
6 years ago
- (void)createGroupChatsIfNeeded;
6 years ago
- (void)createRSSFeedsIfNeeded;
6 years ago
- (void)startGroupChatPollersIfNeeded;
6 years ago
- (void)startRSSFeedPollersIfNeeded;
12 years ago
@end