session-ios/Signal/src/view controllers/OWSLinkDeviceViewController.h

14 lines
437 B
Objective-C

// Copyright © 2016 Open Whisper Systems. All rights reserved.
#import "OWSQRCodeScanningViewController.h"
@class OWSLinkedDevicesTableViewController;
@interface OWSLinkDeviceViewController : UIViewController <OWSQRScannerDelegate>
@property OWSLinkedDevicesTableViewController *linkedDevicesTableViewController;
- (void)controller:(OWSQRCodeScanningViewController *)controller didDetectQRCodeWithString:(NSString *)string;
@end