// // ChatMsgCollectionModel.h // smartRhino // // Created by armin on 2019/11/4. // Copyright © 2019 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ChatMsgCollectionModel : NSObject @property (strong,nonatomic) NSString *title; @property (strong,nonatomic) NSString *imgName; @property (assign,nonatomic) NSInteger readNum; @end NS_ASSUME_NONNULL_END