| 123456789101112131415161718192021 |
- //
- // EncodingFormatViewController.h
- // FunSDKDemo
- //
- // Created by wujiangbo on 2018/12/17.
- // Copyright © 2018 wujiangbo. All rights reserved.
- //
- /****
- *编码格式h264+设置界面
- *
- ***/
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface EncodingFormatViewController : UIViewController
- @end
- NS_ASSUME_NONNULL_END
|