session-ios/Signal/src/ViewControllers/OWSLinkedDevicesTableViewController.h
2017-03-31 11:58:52 -04:00

12 lines
326 B
Objective-C

// Copyright © 2016 Open Whisper Systems. All rights reserved.
#import <UIKit/UIKit.h>
@interface OWSLinkedDevicesTableViewController : UITableViewController <UITableViewDataSource, UITableViewDelegate>
/**
* This is used to show the user there is a device provisioning in-progress.
*/
- (void)expectMoreDevices;
@end