Commit 010cefa447c3d431d6f7201e6bf44605c265df9e

Authored by zhangxiaowen
1 parent b76f01f3

no message

CNLiveManager.podspec
... ... @@ -29,6 +29,8 @@ TODO: 网家家-管理类.
29 29 # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30 30  
31 31 s.ios.deployment_target = '9.0'
  32 +
  33 + s.source_files = 'CNLiveManager/Classes/CNLiveManager.h'
32 34  
33 35 # 通知
34 36 s.subspec 'Notification' do |ss|
... ...
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
1 1 //
2 2 // CNLiveNotificationManager.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.
... ...
CNLiveManager/Classes/Notification/CNLiveNotificationManager.m
1 1 //
2 2 // CNLiveNotificationManager.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.
... ...
CNLiveManager/Classes/Notification/CNLiveNotificationName.h
1 1 //
2 2 // CNLiveNotificationName.h
3   -// CNLiveMineModule_Example
  3 +// CNLiveManager
4 4 //
5 5 // Created by CNLive-zxw on 2019/11/14.
6 6 // Copyright © 2019 153993236@qq.com. All rights reserved.
... ...
CNLiveManager/Classes/PageJump/CNLivePageJumpManager.h
1 1 //
2 2 // CNLivePageJumpManager.h
3   -// CNLiveServices
  3 +// CNLiveManager
4 4 //
5 5 // Created by 153993236@qq.com on 07/22/2019.
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
... ...
CNLiveManager/Classes/PageJump/CNLivePageJumpManager.m
1 1 //
2 2 // CNLivePageJumpManager.h
3   -// CNLiveServices
  3 +// CNLiveManager
4 4 //
5 5 // Created by 153993236@qq.com on 07/22/2019.
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
... ...
CNLiveManager/Classes/RootController/CNLiveRootControllerManager.h
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.
... ...
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 /**
... ...