gitextract_v6rpag0q/ ├── .gitignore ├── LICENSE └── SLPlayerDemo/ ├── Podfile ├── SLPlayerDemo/ │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── SLPlayer/ │ │ ├── SLBrightnessView.h │ │ ├── SLBrightnessView.m │ │ ├── SLMarco.h │ │ ├── SLPlayer.h │ │ ├── SLPlayerControlView.h │ │ ├── SLPlayerControlView.m │ │ ├── SLPlayerControlViewDelagate.h │ │ ├── SLPlayerModel.h │ │ ├── SLPlayerModel.m │ │ ├── SLPlayerView.h │ │ ├── SLPlayerView.m │ │ ├── UIView+ControlView.h │ │ ├── UIView+ControlView.m │ │ ├── UIViewController+SDPlayerRotation.h │ │ └── UIViewController+SDPlayerRotation.m │ ├── SimpleAlignCell.h │ ├── SimpleAlignCell.m │ ├── SimpleAlignCell.xib │ ├── Test1ViewController.h │ ├── Test1ViewController.m │ ├── ViewController.h │ ├── ViewController.m │ └── main.m ├── SLPlayerDemo.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata └── SLPlayerDemo.xcworkspace/ └── contents.xcworkspacedata