QMTapGestureRecognizer.h 427 B

123456789101112131415161718192021
  1. //
  2. // QMTapGestureRecognizer.h
  3. // IMSDK-OC
  4. //
  5. // Created by haochongfeng on 2017/5/17.
  6. // Copyright © 2017年 HCF. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface QMTapGestureRecognizer : UITapGestureRecognizer
  10. @property (nonatomic ,copy)NSString * picName;
  11. @property (nonatomic ,copy)NSString * picType;
  12. @property (nonatomic ,strong)UIImage *image;
  13. @property (nonatomic ,copy)NSString * messageId;
  14. @end