ChatImageBubble.h 399 B

12345678910111213141516
  1. //
  2. // ChatImageBubble.h
  3. // ChatImageBubbleDemo
  4. //
  5. // Created by HuminiOS on 15/10/28.
  6. // Copyright © 2015年 HuminiOS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "ChatBubbleLayer.h"
  10. @interface ChatImageBubble : UIImageView
  11. @property (strong, nonatomic)ChatBubbleLayer *maskBubbleLayer;
  12. @property (assign, nonatomic)BOOL isReceivedBubble;
  13. - (void)setBubbleSide:(BOOL)isReci;
  14. @end