• This project
    • Loading...
  • Sign in

hh_public / hh.uni-sdk.demo

Logo
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hh.uni-sdk.demo
  • ..
  • PrivateHeaders
  • KSCUMediaPlayer.h
  • add iOS support · b905fd2b
    b905fd2b Browse Files
    chengyanfang authored 2021-05-31 11:03:12 +0800
KSCUMediaPlayer.h 383 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
//
//  KSCUMediaPlayer.h
//  KSAdSDK
//
//  Created by jie cai on 2020/7/13.
//
#import "KSCUPlayerSDK.h"
#if HAS_IMPORT_KSMediaPlayer
#import <Foundation/Foundation.h>
#import "KSCUPlayerProtocol.h"

NS_ASSUME_NONNULL_BEGIN
/// 集成 KSMediaPlayer 播放器
@interface KSCUMediaPlayer : NSObject<KSCUPlayerProtocol>

+ (void)configNativeCache;

@end

NS_ASSUME_NONNULL_END
#endif