NotificationNameCenter.m 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. //
  2. // NotificationNameCenter.m
  3. // iSales-NPD
  4. //
  5. // Created by Jack on 16/9/9.
  6. // Copyright © 2016年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import "NotificationNameCenter.h"
  9. @implementation NotificationNameCenter
  10. const NSString *LoginOK_HandleUrgencyFile_Notification = @"LoginOK_HandleUrgencyFile_Notification";
  11. const NSString *Change_Price_Type_Notification = @"Change_Price_Type_Notification";
  12. const NSString *No_Rights_Notification = @"No_Rights_Notification";
  13. const NSString *Lock_Permission_Notification = @"Lock_Permission_Notification";
  14. const NSString *unLock_Permission_Notification = @"unLock_Permission_Notification";
  15. const NSString *User_LoginOK_Notification = @"User_LoginOK_Notification";
  16. const NSString *RA_NOTIFICATION_REFRESH_UI = @"RA_NOTIFICATION_REFRESH_UI";
  17. const NSString *RA_NOTIFICATION_RELOAD_DATA = @"RA_NOTIFICATION_RELOAD_DATA";
  18. const NSString *RA_NOTIFICATION_CART_REFRESH = @"RA_NOTIFICATION_CART_REFRESH";
  19. //const NSString *RA_NOTIFICATION_SHOW_PRICE = @"RA_NOTIFICATION_SHOW_PRICE";
  20. //const NSString *RA_NOTIFICATION_HIDE_PRICE = @"RA_NOTIFICATION_HIDE_PRICE";
  21. const NSString *RA_NOTIFICATION_UPDATE_PRICE = @"RA_NOTIFICATION_UPDATE_PRICE";
  22. //const NSString *RA_NOTIFICATION_SCANNER_DECODE = @"RA_NOTIFICATION_SCANNER_DECODE";
  23. const NSString *RA_NOTIFICATION_CLEAR_DATA = @"RA_NOTIFICATION_CLEAR_DATA";
  24. const NSString *RA_NOTIFICATION_RELEASE_SCANNER = @"RA_NOTIFICATION_RELEASE_SCANNER";
  25. @end