MOLVideoFunctions.h 327 B

123456789101112131415161718
  1. //
  2. // MOLVideoFunctions.h
  3. // STLBGVideo
  4. //
  5. // Created by StoneLeon on 16/1/13.
  6. // Copyright © 2016年 StoneLeon. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface MOLVideoFunctions : NSObject
  10. +(NSDictionary *)getUrlInfo;
  11. +(NSString *)getVideoUrl;
  12. +(NSString *)getVideoType;
  13. +(BOOL)getLoopMode;
  14. @end