ParamViewController.h 327 B

12345678910111213141516171819
  1. //
  2. // ParamViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2018/11/9.
  6. // Copyright © 2018年 XM. All rights reserved.
  7. //
  8. /************
  9. *
  10. *摄像机参数视图控制器
  11. *在这里设置图像上下翻转、左右翻转等等
  12. *
  13. */
  14. #import <UIKit/UIKit.h>
  15. @interface ParamViewController : UIViewController
  16. @end