//
//  SGSecurityBody.h
//  SecurityGuardMain
//
//  Created by lifengzhong on 2016/12/29.
//  Copyright © 2016年 Li Fengzhong. All rights reserved.
//

#ifndef SGSecurityBody_h
#define SGSecurityBody_h

#import <Foundation/Foundation.h>

 

#ifdef _SG_INTERNAL_VERSION_

#import "ISecurityGuardRootDetect.h"
#import "ISecurityGuardSecurityBody.h"
#import "ISecurityGuardSimulatorDetect.h"

#else

#import "ISecurityGuardOpenJAQVerification.h"

#endif

#import "ISecurityGuardOpenSecurityBody.h"
#import "ISecurityGuardOpenSimulatorDetect.h"

#endif /* SGSecurityBody_h */
