// // MewNIMBadgeView.h // NIMKit // // Created by chris on 15/2/12. // Copyright (c) 2015年 Netease. All rights reserved. // #import @interface MewNIMBadgeView : UIView @property (nonatomic, copy) NSString *badgeValue; + (instancetype)Mew_ViewWithBadgeTip:(NSString *)badgeValue; @end