Commit 53df8cd840b3b192dbdb0a29262df9500a4bbcca
1 parent
3f4097ef
no message
Showing
2 changed files
with
1 additions
and
1 deletions
CNLivePlayer/Classes/Player/CNLivePlayerManager.m
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | #import "CNLivePlayerManager.h" | 9 | #import "CNLivePlayerManager.h" |
| 10 | #import <libksygpulive/KSYGPUStreamerKit.h> | 10 | #import <libksygpulive/KSYGPUStreamerKit.h> |
| 11 | #import "CNLivePlayerConst.h" | 11 | #import "CNLivePlayerConst.h" |
| 12 | -#import "CNLivePlayerURL.h" | 12 | +#import "CNLivePlayerUrl.h" |
| 13 | #import "CNLivePlayerDBTool.h" | 13 | #import "CNLivePlayerDBTool.h" |
| 14 | 14 | ||
| 15 | @interface CNLivePlayerManager() | 15 | @interface CNLivePlayerManager() |
CNLivePlayer/Classes/Header/CNLivePlayerUrl.h renamed to CNLivePlayer/Classes/Player/CNLivePlayerUrl.h