Commit 753d115cb690c68880ee3be6112ed9215f905eb8
1 parent
fb3b7fb4
no message
Showing
1 changed file
with
18 additions
and
0 deletions
CNLiveServices/Classes/Mine/CNLiveSettingServiceProtocol.h
0 → 100644
| 1 | +// | ||
| 2 | +// CNLiveSettingServiceProtocol.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 CNLiveSettingServiceProtocol <NSObject, BHServiceProtocol> | ||
| 14 | + | ||
| 15 | +- (UIViewController *)getSettingViewController; | ||
| 16 | +- (void)pushToSettingViewController; | ||
| 17 | + | ||
| 18 | +@end |