session-ios/Signal/src/view controllers/SettingsTableViewController.h
Christine Corbett ccdc4b5d17 Redesign implementation.
Result of stashed commits by @corbett and @abolishme
2015-01-24 16:28:34 -10:00

20 lines
510 B
Objective-C

//
// SettingsTableViewController.h
// Signal
//
// Created by Dylan Bourgeois on 03/11/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SettingsTableViewController : UITableViewController
@property IBOutlet UILabel *registeredName;
@property IBOutlet UILabel *registeredNumber;
@property IBOutlet UILabel *networkStatusLabel;
-(IBAction)unregisterUser:(id)sender;
- (IBAction)unwindToUserCancelledChangeNumber:(UIStoryboardSegue *)segue;
@end