MeiCam SDK For iOS  3.10.0
NvsIosUtils.h
Go to the documentation of this file.
1 //================================================================================
2 //
3 // (c) Copyright China Digital Video (Beijing) Limited, 2016. All rights reserved.
4 //
5 // This code and information is provided "as is" without warranty of any kind,
6 // either expressed or implied, including but not limited to the implied
7 // warranties of merchantability and/or fitness for a particular purpose.
8 //
9 //--------------------------------------------------------------------------------
10 // Birth Date: May 14 . 2018
11 // Author: NewAuto video team
12 //================================================================================
13 #pragma once
14 
15 #import <Foundation/Foundation.h>
16 #import "NvsCommonDef.h"
17 
18 NVS_EXPORT @interface NvsIosUtils : NSObject
19 
20 + (void)setCheckEnable:(BOOL)enable;
22 + (NSString *)getMethodName:(int)stackIndex;
23 
24 @end
+[NvsIosUtils checkFunctionInMainThread]
bool checkFunctionInMainThread()
NVS_EXPORT
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
NvsCommonDef.h
NvsIosUtils
Definition: NvsIosUtils.h:19