// // PKBattleViewController.h // BuguLive // // Created by 宋晨光 on 2021/3/30. // Copyright © 2021 xfg. All rights reserved. // #import #import "BGBaseViewController.h" NS_ASSUME_NONNULL_BEGIN //@protocol PKBattleDelegate // //-(void)pushToLiveController:(LivingModel *)model modelArr:(NSArray *)modelArr isFirstJump:(BOOL)isFirstJump; // //@end @interface PKBattleViewController : BGBaseViewController //@property(nonatomic, strong) id delegate; @end NS_ASSUME_NONNULL_END