25-3/18/1
This commit is contained in:
12
ios/Runner/SecurityChecks.h
Normal file → Executable file
12
ios/Runner/SecurityChecks.h
Normal file → Executable file
@@ -2,11 +2,15 @@
|
||||
// SecurityChecks.h
|
||||
// Runner
|
||||
//
|
||||
// Created by Hamza Aleghwairyeen on 16/03/2025.
|
||||
// Created by Hamza Aleghwairyeen on 17/03/2025.
|
||||
//
|
||||
|
||||
#ifndef SecurityChecks_h
|
||||
#define SecurityChecks_h
|
||||
// SecurityChecks.h
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h> // Import UIKit
|
||||
|
||||
@interface SecurityChecks : NSObject
|
||||
|
||||
#endif /* SecurityChecks_h */
|
||||
+ (BOOL)isDeviceCompromised; // Combined check
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user