QMChatTileView.h 356 B

12345678910111213141516171819
  1. //
  2. // QMChatTileView.h
  3. // IMSDK-OC
  4. //
  5. // Created by HCF on 16/8/10.
  6. // Copyright © 2016年 HCF. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface QMChatTileView : UIView
  10. @property (nonatomic, strong)UILabel *nameLabel;
  11. @property (nonatomic, strong)UILabel *stateInfoLabel;
  12. @property (nonatomic, assign)CGSize intrinsicContentSize;
  13. @end