Files
tripz/ios/Runner/SecurityChecks.h
Hamza-Ayed 60548527e1 25-3/12/2
2025-03-12 17:50:27 +03:00

25 lines
373 B
Objective-C

//
// SecurityChecks.h
// Runner
//
// Created by Hamza Aleghwairyeen on 12/03/2025.
//
//#ifndef SecurityChecks_h
//#define SecurityChecks_h
//
//
//#endif /* SecurityChecks_h */
// SecurityChecks.h
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h> // Import UIKit
@interface SecurityChecks : NSObject
+ (BOOL)isDeviceCompromised; // Combined check
@end