IMAMsg+Draft.h 322 B

123456789101112131415161718
  1. //
  2. // IMAMsg+Draft.h
  3. // TIMChat
  4. //
  5. // Created by wilderliao on 16/7/28.
  6. // Copyright © 2016年 AlexiChen. All rights reserved.
  7. //
  8. #import "IMAMsg.h"
  9. @interface IMAMsg (Draft)
  10. @property (nonatomic, strong) TIMMessageDraft *msgDraft;
  11. + (instancetype)msgWithDraft:(TIMMessageDraft *)draft;
  12. - (BOOL)isMsgDraft;
  13. @end