3DiVi Face SDK  3.24.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
ExceptionCheck.h
1 #import <Foundation/Foundation.h>
2 
4 
5 NS_ASSUME_NONNULL_BEGIN
6 
7 @interface ExceptionCheck: NSObject
8 
9 + (BOOL)check:(__attribute__((noescape)) void(^)(void))tryBlock error:(__autoreleasing NSError **)error;
10 
11 @end
12 
13 NS_ASSUME_NONNULL_END