Files
Ilya Laktyushin bae6e9a1d2 Initial commit
2018-07-26 15:04:25 +03:00

11 lines
228 B
Objective-C

#import <UIKit/UIKit.h>
@class TGPButton;
@interface RequestViewController : UIViewController
@property (nonatomic, weak) IBOutlet UITableView *tableView;
@property (weak, nonatomic) IBOutlet TGPButton *passportButton;
@end