Commit 010cefa447c3d431d6f7201e6bf44605c265df9e
1 parent
b76f01f3
no message
Showing
9 changed files
with
32 additions
and
8 deletions
CNLiveManager.podspec
CNLiveManager/Classes/CNLiveManager.h
0 → 100644
| 1 | +// | |
| 2 | +// CNLiveManager.h | |
| 3 | +// CNLiveManager | |
| 4 | +// | |
| 5 | +// Created by CNLive-zxw on 2019/7/13. | |
| 6 | +// Copyright © 2019 CNLive. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#ifndef CNLiveManager_h | |
| 10 | +#define CNLiveManager_h | |
| 11 | + | |
| 12 | +// 通知 | |
| 13 | +#import "CNLiveNotificationName.h" | |
| 14 | +#import "CNLiveNotificationManager.h" | |
| 15 | + | |
| 16 | +// 页面跳转 | |
| 17 | +#import "CNLivePageJumpManager.h" | |
| 18 | + | |
| 19 | +// 跟控制器 | |
| 20 | +#import "CNLiveRootControllerManager.h" | |
| 21 | + | |
| 22 | + | |
| 23 | +#endif /* CNLiveManager_h */ | ... | ... |
CNLiveManager/Classes/Notification/CNLiveNotificationManager.h
CNLiveManager/Classes/Notification/CNLiveNotificationManager.m
CNLiveManager/Classes/Notification/CNLiveNotificationName.h
CNLiveManager/Classes/PageJump/CNLivePageJumpManager.h
CNLiveManager/Classes/PageJump/CNLivePageJumpManager.m
CNLiveManager/Classes/RootController/CNLiveRootControllerManager.h
CNLiveManager/Classes/RootController/CNLiveRootControllerManager.m
| 1 | 1 | // |
| 2 | 2 | // CNLiveRootControllerManager.m |
| 3 | -// CNLiveMineModule | |
| 3 | +// CNLiveManager | |
| 4 | 4 | // |
| 5 | 5 | // Created by 153993236@qq.com on 11/12/2019. |
| 6 | 6 | // Copyright (c) 2019 153993236@qq.com. All rights reserved. |
| ... | ... | @@ -8,7 +8,6 @@ |
| 8 | 8 | |
| 9 | 9 | #import "CNLiveRootControllerManager.h" |
| 10 | 10 | |
| 11 | - | |
| 12 | 11 | @implementation CNLiveRootControllerManager |
| 13 | 12 | |
| 14 | 13 | /** | ... | ... |