| 1234567891011121314151617 |
- //
- // RASettingViewController.h
- // Apex And Drivers
- //
- // Created by Jack on 2018/9/11.
- // Copyright © 2018年 USAI. All rights reserved.
- //
- #import "RABaseViewController.h"
- @class RASettingSectionModel;
- @interface RASettingViewController : RABaseViewController
- @property (nonatomic,strong,readonly) UITableView *tableView;
- @property (nonatomic,strong,readonly) NSArray<RASettingSectionModel *> *sections;
- @end
|