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