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