session-ios/Signal/src/view controllers/OWSLinkDeviceViewController.h
Michael Kirk 84156698c4 Provision device from QRCode.
NEEDS DESIGN - will likely have an intermediate "device manager" screen.

* extracted QRCode Scanner into re-usable ViewController

// FREEBIE
2016-09-02 12:40:21 -04:00

8 lines
190 B
Objective-C

// Copyright © 2016 Open Whisper Systems. All rights reserved.
#import "OWSQRCodeScanningViewController.h"
@interface OWSLinkDeviceViewController : OWSQRCodeScanningViewController
@end