mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
d12a582ee3
// FREEBIE
11 lines
238 B
Objective-C
11 lines
238 B
Objective-C
//
|
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface CodeVerificationViewController : UIViewController
|
|
|
|
- (void)setVerificationCodeAndTryToVerify:(NSString *)verificationCode;
|
|
|
|
@end
|