我正在使用 iOS 运行时标头在 ios 中启用热点。 关联
NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/Sharing.framework"];
BOOL success = [b load];
Class SFRemoteHotspotSession=NSClassFromString(@"SFRemoteHotspotSession");
我如何实现以下方法来启用热点:-
- (void)enableHotspotForDevice:(id)arg1 withCompletionHandler:(id /* block */)arg2;