NTESNotificationCenter.h 347 B

12345678910111213141516171819
  1. //
  2. // NTESNotificationCenter.h
  3. // NIM
  4. //
  5. // Created by Xuhui on 15/3/25.
  6. // Copyright (c) 2015年 Netease. All rights reserved.
  7. //
  8. //#import "NTESService.h"
  9. @class NTESCustomNotificationDB;
  10. extern NSString *NTESCustomNotificationCountChanged;
  11. @interface NTESNotificationCenter : NSObject
  12. + (instancetype)sharedCenter;
  13. - (void)start;
  14. @end