MOLVideoViewController.h 270 B

1234567891011121314
  1. //
  2. // MOLVideoViewController.h
  3. // STLBGVideo
  4. //
  5. // Created by StoneLeon on 16/1/13.
  6. // Copyright © 2016年 StoneLeon. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <AVFoundation/AVFoundation.h>
  10. @interface MOLVideoViewController : UIViewController
  11. @end