JXTMessageModel.h 342 B

123456789101112131415161718
  1. //
  2. // JXTMessageModel.h
  3. // shiku_im
  4. //
  5. // Created by 123 on 2020/4/28.
  6. // Copyright © 2020 Reese. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXTMessageModel : NSObject
  11. @property (nonatomic,copy) NSString *jx_img;
  12. @property (nonatomic,copy) NSString *name;
  13. @end
  14. NS_ASSUME_NONNULL_END