Skip to content

Commit

Permalink
merge pr/34
Browse files Browse the repository at this point in the history
  • Loading branch information
changsanjiang committed Oct 17, 2022
2 parents dabd3e5 + ba8be16 commit 81d8701
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion SJBaseVideoPlayer/AliPlayer/Core/SJAliMediaPlayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#import "SJAliMediaPlayer.h"
#import <AliyunPlayer/AliyunPlayer.h>
#import <AliyunPlayer/AliPlayerPictureInPictureDelegate.h>

NS_ASSUME_NONNULL_BEGIN
NSErrorDomain const SJAliMediaPlayerErrorDomain = @"SJAliMediaPlayerErrorDomain";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// Created by 畅三江 on 2022/9/15.
//

#if __has_include(<AliyunPlayer/AliPlayerPictureInPictureDelegate.h>)
#import "SJAliPictureInPictureController.h"
#if __has_include(<AliyunPlayer/AliPlayerPictureInPictureDelegate.h>)
#import <AVKit/AVPictureInPictureController.h>
#import "SJAliMediaPlayerInternal.h"
#import <AliyunPlayer/AliPlayerPictureInPictureDelegate.h>
Expand Down

0 comments on commit 81d8701

Please sign in to comment.