Skip to content

Commit

Permalink
Trim
Browse files Browse the repository at this point in the history
  • Loading branch information
changsanjiang committed Feb 22, 2018
1 parent 61d744a commit fa719e1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions SJVideoPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ s.subspec 'ControlView' do |ss|
ss.source_files = 'SJVideoPlayer/ControlView/*.{h,m}'
ss.dependency 'SJVideoPlayer/Resource'
ss.dependency 'SJVideoPlayer/MoreSetting'
ss.dependency 'SJVideoPlayer/Header'
ss.dependency 'SJVideoPlayer/Model'
end

s.subspec 'MoreSetting' do |ss|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#import <SJUIFactory/SJUIFactory.h>
#import <Masonry/Masonry.h>
#import <SJSlider/SJSlider.h>
#import <SJVideoPlayerAssetCarrier/SJVideoPlayerAssetCarrier.h>
#import "UIView+SJVideoPlayerSetting.h"

@interface SJVideoPlayerDraggingProgressView ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <UIKit/UIKit.h>
#import "SJVideoPlayerPreviewInfo.h"
#import <SJBaseVideoPlayer/SJVideoPlayerPreviewInfo.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion SJVideoPlayer/ControlView/SJVideoPlayerPreviewView.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <UIKit/UIKit.h>
#import "SJVideoPlayerPreviewInfo.h"
#import <SJBaseVideoPlayer/SJVideoPlayerPreviewInfo.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@
children = (
A6E6D3142028BE9B00CB9BAE /* SJVideoPlayerTopControlView.h */,
A6E6D3112028BE9B00CB9BAE /* SJVideoPlayerTopControlView.m */,
A6E6D3122028BE9B00CB9BAE /* SJVideoPlayerLeftControlView.m */,
A6E6D3182028BE9B00CB9BAE /* SJVideoPlayerLeftControlView.h */,
A6E6D3122028BE9B00CB9BAE /* SJVideoPlayerLeftControlView.m */,
A6E6D30F2028BE9B00CB9BAE /* SJVideoPlayerCenterControlView.h */,
A6E6D3162028BE9B00CB9BAE /* SJVideoPlayerCenterControlView.m */,
A6E6D3102028BE9B00CB9BAE /* SJVideoPlayerBottomControlView.h */,
Expand Down
Binary file not shown.

0 comments on commit fa719e1

Please sign in to comment.