EmojiTextAttachment.h 354 B

1234567891011121314151617
  1. //
  2. // EmojiTextAttachment.h
  3. // BuguLive
  4. //
  5. // Created by 朱庆彬 on 2017/8/15.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface EmojiTextAttachment : NSTextAttachment
  10. @property (nonatomic, copy) NSString *emoName;
  11. @property (nonatomic, assign) float Scale;
  12. @property (nonatomic, assign) CGFloat Top;
  13. @end