Files
Siro/siro_driver/ios/Runner/SecurityChecks.h
2026-06-09 08:44:23 +03:00

21 lines
340 B
Objective-C

//
// 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