| 1234567891011121314151617 |
- //
- // KSBaseModel.h
- // StudentDaya
- //
- // Created by Kyle on 2019/8/12.
- // Copyright © 2019 DayaMusic. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KSBaseModel : NSObject
- @end
- NS_ASSUME_NONNULL_END
|