iOS-Runtime-Headers
iOS-Runtime-Headers copied to clipboard
iOS Objective-C headers as derived from runtime introspection
``` NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/Sharing.framework"]; BOOL success = [b load]; Class SFRemoteHotspotSession=NSClassFromString(@"SFRemoteHotspotSession"); ``` How do i implement the following method to enable hotspot:- `- (void)enableHotspotForDevice:(id)arg1 withCompletionHandler:(id /* block */)arg2;`
Subject :)
Hi! I'm trying to use a private header (BluetoothManager) in a Swift 3 project, but when I try to use any of the methods, the build fails with the following...
Hi everyone, I would like to know if by including this package in my iOS project, I will be able to actually run these methods - these methods are then...
applicationIsInstalled
Hello. I want to use some feature that seems to be available from the MobileWifi.framework (connecting to a WiFi, scanning nearby wifi) but can't find it here. Is it deprecated?...
Is there anyway to get IOKit in this headers list?