Skip to content

Commit

Permalink
Fix missing import (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby authored Aug 3, 2023
1 parent b6269d2 commit 6065da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/SRGMediaPlayer/include/SRGMediaPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ FOUNDATION_EXPORT NSString *SRGMediaPlayerMarketingVersion(void);
#import "AVAudioSession+SRGMediaPlayer.h"
#import "CMTime+SRGMediaPlayer.h"
#import "CMTimeRange+SRGMediaPlayer.h"
#import "NSDate+SRGMediaPlayer.h"
#import "SRGActivityGestureRecognizer.h"
#import "SRGAirPlayButton.h"
#import "SRGAirPlayView.h"
Expand Down

0 comments on commit 6065da9

Please sign in to comment.