Commit f195ace886207c05261799c44c3d114948507493

Authored by zhangxiaowen
1 parent 98d968c3

no message

Example/CNLivePlayer/CNLiveAppDelegate.m
... ... @@ -14,7 +14,8 @@
14 14 #define CNLivePlayer_BundleID @"com.cnlive.video"
15 15  
16 16 @implementation CNLiveAppDelegate
17   -- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(nullable UIWindow *)window{
  17 +- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(nullable UIWindow *)window
  18 +{
18 19 return UIInterfaceOrientationMaskAll;
19 20 }
20 21  
... ...