Push remaining files and update README
This commit is contained in:
20
siro_driver/ios/Runner/SecurityChecks.h
Normal file
20
siro_driver/ios/Runner/SecurityChecks.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// SecurityChecks.h
|
||||
// Runner
|
||||
//
|
||||
// Created by Hamza Aleghwairyeen on 26/07/2025.
|
||||
//
|
||||
|
||||
#ifndef SecurityChecks_h
|
||||
#define SecurityChecks_h
|
||||
|
||||
|
||||
#endif /* SecurityChecks_h */
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h> // Import UIKit
|
||||
|
||||
@interface SecurityChecks : NSObject
|
||||
|
||||
+ (BOOL)isDeviceCompromised; // Combined check
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user