// // NIMCustomLeftBarView.h // NIMKit // // Created by chris. // Copyright (c) 2014年 Netease. All rights reserved. // #import @class NIMBadgeView; @interface NIMCustomLeftBarView : UIButton @property (nonatomic, strong) NIMBadgeView *badgeView; @property (nonatomic, strong) UIImageView* backImgV; @end