// // 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_changeIsSelectedFunctions @"KNOTIFICATION_changeIsSelectedFunctions" //Avatar #define KNOTIFICATION_saveMaterial @"KNOTIFICATION_saveMaterial" #define KNOTIFICATION_editMaterial @"KNOTIFICATION_editMaterial" #define KNOTIFICATION_saveProduct @"KNOTIFICATION_saveProduct" #define KNOTIFICATION_editProduct @"KNOTIFICATION_editProduct" #define KNOTIFICATION_deleteProduct @"KNOTIFICATION_deleteProduct" #endif