ICRNotificationMacro.h 800 Bytes
Newer Older
mei's avatar
mei committed
1 2
//
//  ICRNotificationMacro.h
mei's avatar
mei committed
3
//  XFFruit
mei's avatar
mei committed
4 5 6 7 8
//
//  Created by Xummer on 15/3/25.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

mei's avatar
mei committed
9 10
#ifndef XFFruit_ICRNotificationMacro_h
#define XFFruit_ICRNotificationMacro_h
mei's avatar
mei committed
11

n22's avatar
n22 committed
12
#define SetProductTotalPrice @"setProductTotalPrice"
陈俊俊's avatar
陈俊俊 committed
13 14 15 16
#define KNOTIFICATION_getSelectPurchaseProduct @"KNOTIFICATION_getSelectPurchaseProduct"



mei's avatar
mei committed
17

freecui's avatar
freecui committed
18
#define KNOTIFICATION_changeIsSelectedFunctions  @"KNOTIFICATION_changeIsSelectedFunctions"
freecui's avatar
freecui committed
19 20 21



freecui's avatar
freecui committed
22

freecui's avatar
freecui committed
23 24 25 26 27 28 29
//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"
freecui's avatar
freecui committed
30

mei's avatar
mei committed
31
#endif