Commit af0d30c0f74c90f025d102fb12938be47032a569
1 parent
6d4aa4b8
no message
Showing
1 changed file
with
18 additions
and
0 deletions
CNLiveServices/Classes/Mine/CNLiveOrderServiceProtocol.h
0 → 100644
| 1 | +// | ||
| 2 | +// CNLiveOrderServiceProtocol.h | ||
| 3 | +// CNLiveServices | ||
| 4 | +// | ||
| 5 | +// Created by 153993236@qq.com on 07/22/2019. | ||
| 6 | +// Copyright (c) 2019 153993236@qq.com. All rights reserved. | ||
| 7 | +// | ||
| 8 | + | ||
| 9 | +#import <Foundation/Foundation.h> | ||
| 10 | +#import <UIKit/UIKit.h> | ||
| 11 | +#import "BHServiceProtocol.h" | ||
| 12 | + | ||
| 13 | +@protocol CNLiveOrderServiceProtocol <NSObject, BHServiceProtocol> | ||
| 14 | + | ||
| 15 | +- (UIViewController *)getOrderViewController; | ||
| 16 | +- (void)pushToOrderViewController:(NSInteger)index; | ||
| 17 | + | ||
| 18 | +@end |