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