// // KTarget_KPlayBackSDK.h // KPlayBackSDK // // Created by 王博 on 2019/9/18. // Copyright © 2019 王博. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface KTarget_KPlayBackSDK : NSObject -(UIViewController*)KAction_getPlayBackVC:(nullable NSDictionary*)params; -(void)KAction_enterPlayBackClass:(NSDictionary*)paramsDict; -(void)KAction_enterCachePlayBackClass:(NSDictionary*)paramsDict; -(void)KAction_closePlayBackCompletion:(NSDictionary*)paramsDict; -(void)KAction_clearPlayBackClass:(nullable NSDictionary*)paramsDict; -(void)KAction_setServerType:(NSDictionary*)paramsDict; -(void)KAction_closeCurPlayBackIfNeed:(nullable NSDictionary*)paramsDict; @end NS_ASSUME_NONNULL_END