NIMCustomLeftBarView.h 329 B

12345678910111213141516
  1. //
  2. // NIMCustomLeftBarView.h
  3. // NIMKit
  4. //
  5. // Created by chris.
  6. // Copyright (c) 2014年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class NIMBadgeView;
  10. @interface NIMCustomLeftBarView : UIButton
  11. @property (nonatomic, strong) NIMBadgeView *badgeView;
  12. @property (nonatomic, strong) UIImageView* backImgV;
  13. @end