HumanDetectionViewController.h 408 B

123456789101112131415161718192021
  1. //
  2. // HumanDetectionViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by wujiangbo on 2018/12/27.
  6. // Copyright © 2018 wujiangbo. All rights reserved.
  7. //
  8. /****
  9. *人形检测报警设置界面
  10. *报警功能、报警录像、报警抓图、手机推送开关设置
  11. ***/
  12. #import <UIKit/UIKit.h>
  13. NS_ASSUME_NONNULL_BEGIN
  14. @interface HumanDetectionViewController : UIViewController
  15. @end
  16. NS_ASSUME_NONNULL_END