You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
356 B
15 lines
356 B
// |
|
// EMASSecurityModeCommon.h |
|
// AlicloudUtils |
|
// |
|
// Created by junmo on 2018/3/11. |
|
// Copyright © 2018年 Ali. All rights reserved. |
|
// |
|
|
|
#ifndef EMASSecurityModeCommon_h |
|
#define EMASSecurityModeCommon_h |
|
|
|
typedef void (^SDKCheckSuccessHandler)(void); |
|
typedef void (^SDKCheckCrashHandler)(NSUInteger crashCount); |
|
|
|
#endif /* EMASSecurityModeCommon_h */
|
|
|