// // MessageTitle.h // tongxin // // Created by ecell on 2020/12/26. // Copyright © 2020 xTT. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface MessageTitle : NSObject @property (nonatomic, strong) NSString * title; @property (nonatomic, assign) int msgCount; @end NS_ASSUME_NONNULL_END