Files
ipsw/internal/apsd/applepushservice.h

6 lines
170 B
Objective-C

#import <Foundation/Foundation.h>
@interface APSConnection : NSObject
+ (NSString *)connectionsDebuggingStateOfStyle:(unsigned long long)style;
+ (void)finishLogin;
@end