| 12345678910111213141516171819202122232425 |
- //
- // NotificationNameCenter.m
- // iSales-NPD
- //
- // Created by Jack on 16/9/9.
- // Copyright © 2016年 United Software Applications, Inc. All rights reserved.
- //
- #import "NotificationNameCenter.h"
- @implementation NotificationNameCenter
- const NSString *LoginOK_HandleUrgencyFile_Notification = @"LoginOK_HandleUrgencyFile_Notification";
- const NSString *Change_Price_Type_Notification = @"Change_Price_Type_Notification";
- const NSString *No_Rights_Notification = @"No_Rights_Notification";
- const NSString *Lock_Permission_Notification = @"Lock_Permission_Notification";
- const NSString *unLock_Permission_Notification = @"unLock_Permission_Notification";
- const NSString *User_LoginOK_Notification = @"User_LoginOK_Notification";
- @end
|