Skip to content

Commit

Permalink
mark right API
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Jan 29, 2024
1 parent dc48a9f commit df02141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MUXSDKStats/MUXSDKStats/MUXSDKPlayerBinding.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ typedef NS_ENUM(NSUInteger, MUXSDKViewOrientation) {

@end

@interface MUXSDKAVPlayerLayerBinding : MUXSDKPlayerBinding {
API_UNAVAILABLE(visionos) @interface MUXSDKAVPlayerLayerBinding : MUXSDKPlayerBinding {
@private
AVPlayerLayer *_view;
}
Expand Down Expand Up @@ -217,7 +217,7 @@ typedef NS_ENUM(NSUInteger, MUXSDKViewOrientation) {

@end

API_UNAVAILABLE(visionos) @interface MUXSDKAVPlayerBinding : MUXSDKPlayerBinding {
@interface MUXSDKAVPlayerBinding : MUXSDKPlayerBinding {
@private
CGSize _fixedPlayerSize;
}
Expand Down

0 comments on commit df02141

Please sign in to comment.