%ctor { | %ctor { | ||||
float version = [[[UIDevice currentDevice] systemVersion] floatValue]; | float version = [[[UIDevice currentDevice] systemVersion] floatValue]; | ||||
NSLog(@"AUTOREPLAY - Version: %f", version); | |||||
if (version < 13) { | if (version < 13) { | ||||
%init(IOS12); | %init(IOS12); | ||||
} else { | } else { |