- //
- // XMPlayerVC.h
- // XWorld_General
- //
- // Created by SaturdayNight on 2018/8/6.
- // Copyright © 2018年 xiongmaitech. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface XMPlayerVC : UIViewController
- @property (nonatomic,copy) NSString *filePath;
- @end
|