| 12345678910111213141516171819 |
- //
- // ParamViewController.h
- // FunSDKDemo
- //
- // Created by XM on 2018/11/9.
- // Copyright © 2018年 XM. All rights reserved.
- //
- /************
- *
- *摄像机参数视图控制器
- *在这里设置图像上下翻转、左右翻转等等
- *
- */
- #import <UIKit/UIKit.h>
- @interface ParamViewController : UIViewController
- @end
|