NTESAVNotifier.h 250 B

1234567891011121314
  1. //
  2. // NTESAVNotifier.h
  3. // NIM
  4. //
  5. // Created by amao on 2017/5/4.
  6. // Copyright © 2017年 Netease. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NTESAVNotifier : NSObject
  10. - (void)start:(NSString *)text;
  11. - (void)stop;
  12. @end