25-3/18/1

This commit is contained in:
Hamza-Ayed
2025-03-18 13:54:27 +03:00
parent 6e77dec65f
commit 153d2f64c0
1307 changed files with 9505 additions and 528 deletions

12
ios/Runner/SecurityChecks.h Normal file → Executable file
View 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