// // MOLVideoFunctions.h // STLBGVideo // // Created by StoneLeon on 16/1/13. // Copyright © 2016年 StoneLeon. All rights reserved. // #import @interface MOLVideoFunctions : NSObject +(NSDictionary *)getUrlInfo; +(NSString *)getVideoUrl; +(NSString *)getVideoType; +(BOOL)getLoopMode; @end