M80AttributedLabel+NIMKit.h 237 B

12345678910111213
  1. //
  2. // M80AttributedLabel+NIMKit.h
  3. // NIM
  4. //
  5. // Created by chris.
  6. // Copyright (c) 2015 Netease. All rights reserved.
  7. //
  8. #import "NIMKitDependency.h"
  9. @interface M80AttributedLabel (NIMKit)
  10. - (void)nim_setText:(NSString *)text;
  11. @end