1234567891011121314151617 |
- //
- // KSBaseTableViewController.h
- // StudentDaya
- //
- // Created by Kyle on 2020/10/27.
- // Copyright © 2020 DayaMusic. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KSBaseTableViewController : UITableViewController
- @end
- NS_ASSUME_NONNULL_END
|