123456789101112131415161718 |
- //
- // JXTMessageModel.h
- // shiku_im
- //
- // Created by 123 on 2020/4/28.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXTMessageModel : NSObject
- @property (nonatomic,copy) NSString *jx_img;
- @property (nonatomic,copy) NSString *name;
- @end
- NS_ASSUME_NONNULL_END
|