| 123456789101112131415161718192021 |
- //
- // HumanDetectionViewController.h
- // FunSDKDemo
- //
- // Created by wujiangbo on 2018/12/27.
- // Copyright © 2018 wujiangbo. All rights reserved.
- //
- /****
- *人形检测报警设置界面
- *报警功能、报警录像、报警抓图、手机推送开关设置
- ***/
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface HumanDetectionViewController : UIViewController
- @end
- NS_ASSUME_NONNULL_END
|