// // StudentDetailInfoModel.h // LN_School // // Created by 张嵘 on 2019/7/25. // Copyright © 2019 Danson. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface StudentDetailInfoModel : NSObject @property (nonatomic, readwrite, copy) NSString *titleString; @property (nonatomic, readwrite, copy) NSString *contentString; @end NS_ASSUME_NONNULL_END