// // ICRNotificationMacro.h // XFFruit // // Created by Xummer on 15/3/25. // Copyright (c) 2015年 Xummer. All rights reserved. // #ifndef XFFruit_ICRNotificationMacro_h #define XFFruit_ICRNotificationMacro_h #define SetProductTotalPrice @"setProductTotalPrice" #define KNOTIFICATION_getSelectPurchaseProduct @"KNOTIFICATION_getSelectPurchaseProduct" #define KNOTIFICATION_ChoseTransportPurchase @"KNOTIFICATION_ChoseTransportPurchase" #define KNOTIFICATION_AddPurchaseProduct @"KNOTIFICATION_AddPurchaseProduct" #define KNOTIFICATION_AddTransportCost @"KNOTIFICATION_AddTransportCost" #define KNOTIFICATION_changeIsSelectedFunctions @"KNOTIFICATION_changeIsSelectedFunctions" //Avatar #define KNOTIFICATION_saveMaterial @"KNOTIFICATION_saveMaterial" #define KNOTIFICATION_editMaterial @"KNOTIFICATION_editMaterial" #define KNOTIFICATION_deleteMaterial @"KNOTIFICATION_deleteMaterial" #define KNOTIFICATION_saveProduct @"KNOTIFICATION_saveProduct" #define KNOTIFICATION_editProduct @"KNOTIFICATION_editProduct" #define KNOTIFICATION_deleteProduct @"KNOTIFICATION_deleteProduct" #endif