// // NotificationNameCenter.h // iSales-NPD // // Created by Jack on 16/9/9. // Copyright © 2016年 United Software Applications, Inc. All rights reserved. // #import typedef NS_ENUM(NSUInteger, NotificationRefreshLevel) { NotificationRefreshLevelNone, NotificationRefreshLevelView, NotificationRefreshLevelData }; @interface NotificationNameCenter : NSObject UIKIT_EXTERN NSString *LoginOK_HandleUrgencyFile_Notification;///<登陆成功处理恢复文件 UIKIT_EXTERN NSString *Change_Price_Type_Notification;///<切换价格通知 UIKIT_EXTERN NSString *No_Rights_Notification;///<无权 UIKIT_EXTERN NSString *Lock_Permission_Notification;///