Skip to content

Commit c3085b7

Browse files
committed
gg
1 parent 2337583 commit c3085b7

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

PlayerDemo/WMPlayer/WMPlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
@class WMLightView;
18-
@class FastForwardView;
18+
#import "FastForwardView.h"
1919

2020
@import MediaPlayer;
2121
@import AVFoundation;

PlayerDemo/WMPlayer/WMPlayer.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#import "WMPlayer.h"
1616
#import "WMLightView.h"
17-
#import "FastForwardView.h"
1817
#define Window [UIApplication sharedApplication].keyWindow
1918
#define iOS8 [UIDevice currentDevice].systemVersion.floatValue >= 8.0
2019

WMPlayer/WMPlayer.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
#import <Masonry.h>
1515

1616
@class WMLightView;
17-
@class FastForwardView;
17+
#import "FastForwardView.h"
18+
19+
1820
@import MediaPlayer;
1921
@import AVFoundation;
2022
@import UIKit;

WMPlayer/WMPlayer.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#import "WMPlayer.h"
1616
#import "WMLightView.h"
17-
#import "FastForwardView.h"
1817
#define Window [UIApplication sharedApplication].keyWindow
1918
#define iOS8 [UIDevice currentDevice].systemVersion.floatValue >= 8.0
2019

0 commit comments

Comments
 (0)