// // IosSystemCmd.h // nochange // // Created by mac on 2024/8/27. // #import @interface IosSystemCmd : NSObject + (instancetype)sharedInstance; - (void) start; @end