session-ios/Signal/src/ViewControllers/ProfileViewController.h
Matthew Chen 020d2c567a Rework the profile view.
// FREEBIE
2017-08-21 17:32:01 -04:00

21 lines
527 B
Objective-C

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
NS_ASSUME_NONNULL_BEGIN
@class SignalsViewController;
@interface ProfileViewController : UIViewController
- (instancetype)init NS_UNAVAILABLE;
+ (BOOL)shouldDisplayProfileViewOnLaunch;
+ (void)presentForAppSettings:(UINavigationController *)navigationController;
+ (void)presentForRegistration:(UINavigationController *)navigationController;
+ (void)presentForUpgradeOrNag:(SignalsViewController *)presentingController;
@end
NS_ASSUME_NONNULL_END