mirror of
https://github.com/blacktop/ipsw.git
synced 2026-06-07 12:27:36 +00:00
6 lines
170 B
Objective-C
6 lines
170 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface APSConnection : NSObject
|
|
+ (NSString *)connectionsDebuggingStateOfStyle:(unsigned long long)style;
|
|
+ (void)finishLogin;
|
|
@end |