NotificationNameCenter.m 749 B

12345678910111213141516171819202122232425
  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. @end