Commit 1d18bf9e8bb56092b2f796fe7c468ac863c7755b
1 parent
db97389e
no message
Showing
1 changed file
with
4 additions
and
0 deletions
CNLiveServices/Classes/Mine/CNLiveOrderServiceProtocol.h
| @@ -24,4 +24,8 @@ | @@ -24,4 +24,8 @@ | ||
| 24 | - (UIViewController *)getAddressViewController; | 24 | - (UIViewController *)getAddressViewController; |
| 25 | - (void)pushToAddressViewController; | 25 | - (void)pushToAddressViewController; |
| 26 | 26 | ||
| 27 | +// 我的礼盒 | ||
| 28 | +- (UIViewController *)getGiftBoxViewController; | ||
| 29 | +- (void)pushToGiftBoxViewController; | ||
| 30 | + | ||
| 27 | @end | 31 | @end |