Skip to content

Commit 1e1074c

Browse files
committed
Initial commit
0 parents  commit 1e1074c

File tree

1,892 files changed

+64990
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,892 files changed

+64990
-0
lines changed

APSConnectionDelegate.h

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "NSObject.h"
9+
10+
11+
@protocol APSConnectionDelegate <NSObject>
12+
-(void)connection:(id)connection didReceivePublicToken:(id)token;
13+
@optional
14+
-(void)connectionDidReconnect:(id)connection;
15+
-(void)connection:(id)connection didChangeConnectedStatus:(BOOL)status;
16+
-(void)connection:(id)connection didFailToSendOutgoingMessage:(id)sendOutgoingMessage error:(id)error;
17+
-(void)connection:(id)connection didSendOutgoingMessage:(id)message;
18+
-(void)connection:(id)connection didReceiveMessageForTopic:(id)topic userInfo:(id)info;
19+
-(void)connection:(id)connection didReceiveIncomingMessage:(id)message;
20+
-(void)connection:(id)connection didReceiveToken:(id)token forTopic:(id)topic identifier:(id)identifier;
21+
@end
22+

BBDataProvider.h

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "BBSectionIdentity.h"
9+
10+
11+
@protocol BBDataProvider <BBSectionIdentity>
12+
-(id)sortDescriptors;
13+
@optional
14+
-(id)bulletinsFilteredBy:(unsigned)by enabledSectionIDs:(id)ids count:(unsigned)count lastCleared:(id)cleared;
15+
-(id)bulletinsFilteredBy:(unsigned)by count:(unsigned)count lastCleared:(id)cleared;
16+
-(BOOL)syncsBulletinDismissal;
17+
-(void)handleBulletinActionResponse:(id)response;
18+
-(void)receiveMessageWithName:(id)name userInfo:(id)info;
19+
-(void)noteSectionInfoDidChange:(id)noteSectionInfo;
20+
-(BOOL)migrateSectionInfo:(id)info oldSectionInfo:(id)info2;
21+
-(id)displayNameForSubsectionID:(id)subsectionID;
22+
-(id)defaultSubsectionInfos;
23+
-(void)dataProviderDidLoad;
24+
-(float)attachmentAspectRatioForRecordID:(id)recordID;
25+
-(id)attachmentPNGDataForRecordID:(id)recordID sizeConstraints:(id)constraints;
26+
-(id)sectionParameters;
27+
-(id)clearedInfoForBulletins:(id)bulletins;
28+
-(id)clearedInfoForBulletins:(id)bulletins lastClearedInfo:(id)info;
29+
-(id)clearedInfoAndBulletinsForClearingAllBulletinsWithLimit:(unsigned)limit lastClearedInfo:(id)info;
30+
-(id)bulletinsWithRequestParameters:(id)requestParameters lastCleared:(id)cleared;
31+
@end
32+

BBObserverDelegate.h

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "SpringBoard-Structs.h"
9+
#import "NSObject.h"
10+
11+
12+
@protocol BBObserverDelegate <NSObject>
13+
@optional
14+
-(CGSize)observer:(id)observer composedAttachmentSizeForType:(int)type thumbnailWidth:(float)width height:(float)height key:(id)key;
15+
-(id)observer:(id)observer composedAttachmentImageForType:(int)type thumbnailData:(id)data key:(id)key;
16+
-(id)observer:(id)observer multipleThumbnailSizeConstraintsForAttachmentType:(int)attachmentType;
17+
-(id)observer:(id)observer thumbnailSizeConstraintsForAttachmentType:(int)attachmentType;
18+
-(BOOL)observerShouldFetchAttachmentSizeBeforeBulletinDelivery:(id)observer;
19+
-(BOOL)observerShouldFetchAttachmentImageBeforeBulletinDelivery:(id)observer;
20+
-(void)observer:(id)observer noteServerReceivedResponseForBulletin:(id)bulletin;
21+
-(void)observer:(id)observer noteServerConnectionStateChanged:(BOOL)changed;
22+
-(void)observer:(id)observer noteInvalidatedBulletinIDs:(id)ids;
23+
-(void)observer:(id)observer noteAlertBehaviorOverrideStateChanged:(unsigned)changed;
24+
-(void)observer:(id)observer noteAlertBehaviorOverridesChanged:(unsigned)changed;
25+
-(void)observer:(id)observer purgeReferencesToBulletinID:(id)bulletinID;
26+
-(void)observer:(id)observer noteSectionParametersChanged:(id)changed forSectionID:(id)sectionID;
27+
-(void)observer:(id)observer updateSectionInfo:(id)info;
28+
-(void)observer:(id)observer updateSectionInfo:(id)info inCategory:(int)category;
29+
-(void)observer:(id)observer updateSectionOrder:(id)order;
30+
-(void)observer:(id)observer updateSectionOrder:(id)order forCategory:(int)category;
31+
-(void)observer:(id)observer updateSectionOrderRule:(int)rule;
32+
-(void)observer:(id)observer removeBulletin:(id)bulletin;
33+
-(void)observer:(id)observer removeBulletin:(id)bulletin forFeed:(unsigned)feed;
34+
-(void)observer:(id)observer modifyBulletin:(id)bulletin;
35+
-(void)observer:(id)observer modifyBulletin:(id)bulletin forFeed:(unsigned)feed;
36+
-(void)observer:(id)observer addBulletin:(id)bulletin forFeed:(unsigned)feed;
37+
@end
38+

BBRemoteDataProvider.h

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "BBDataProvider.h"
9+
10+
11+
@protocol BBRemoteDataProvider <BBDataProvider>
12+
@end
13+

BBSectionIdentity.h

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "NSObject.h"
9+
10+
11+
@protocol BBSectionIdentity <NSObject>
12+
-(id)sectionIdentifier;
13+
@optional
14+
-(id)sectionIconData;
15+
-(id)sectionIcon;
16+
-(id)sectionDisplayName;
17+
-(id)defaultSectionInfo;
18+
@end
19+

BKSWorkspaceDelegate.h

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "NSObject.h"
9+
10+
11+
@protocol BKSWorkspaceDelegate <NSObject>
12+
-(void)workspace:(id)workspace applicationDebugStateChanged:(id)changed newState:(BOOL)state;
13+
-(void)workspace:(id)workspace handleStatusBarReturnActionFromApplication:(id)application statusBarStyle:(id)style;
14+
-(void)workspace:(id)workspace applicationSuspensionSettingsUpdated:(id)updated withSettings:(id)settings;
15+
-(void)workspace:(id)workspace applicationExited:(id)exited withInfo:(id)info;
16+
-(void)workspace:(id)workspace applicationSuspended:(id)suspended withSettings:(id)settings;
17+
-(void)workspace:(id)workspace applicationActivated:(id)activated;
18+
-(void)workspace:(id)workspace applicationDidFailToLaunch:(id)application;
19+
-(void)workspace:(id)workspace applicationDidFinishLaunching:(id)application withInfo:(id)info;
20+
-(void)workspace:(id)workspace applicationDidStartLaunching:(id)application;
21+
-(void)workspaceDidResume:(id)workspace;
22+
-(void)workspaceWillResume:(id)workspace;
23+
-(void)workspaceDidSuspend:(id)workspace;
24+
-(void)workspaceWillSuspend:(id)workspace;
25+
-(void)workspace:(id)workspace applicationDidBecomeReceiver:(id)application fromApplication:(id)application3;
26+
-(id)workspace:(id)workspace applicationWillBecomeReceiver:(id)application fromApplication:(id)application3;
27+
@optional
28+
-(void)workspace:(id)workspace applicationDidFailToActivate:(id)application;
29+
-(void)workspace:(id)workspace applicationDidRemainReceiver:(id)application fromApplication:(id)application3;
30+
-(void)workspace:(id)workspace applicationFinishedBackgroundContentFetching:(id)fetching withInfo:(id)info;
31+
-(void)workspace:(id)workspace handleOpenURLRequest:(id)request application:(id)application withOptions:(id)options origin:(id)origin withResult:(id)result;
32+
-(void)workspace:(id)workspace handleOpenApplicationRequest:(id)request withOptions:(id)options origin:(id)origin withResult:(id)result;
33+
-(int)workspace:(id)workspace canOpenApplication:(id)application;
34+
@end
35+
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "NSObject.h"
9+
10+
11+
@protocol LSApplicationWorkspaceObserverProtocol <NSObject>
12+
@optional
13+
-(void)networkUsageChanged:(BOOL)changed;
14+
-(void)applicationInstallsDidPrioritize:(id)applicationInstalls;
15+
-(void)applicationInstallsDidCancel:(id)applicationInstalls;
16+
-(void)applicationInstallsDidResume:(id)applicationInstalls;
17+
-(void)applicationInstallsDidPause:(id)applicationInstalls;
18+
-(void)applicationInstallsArePrioritized:(id)prioritized arePaused:(id)paused;
19+
-(void)applicationsDidUninstall:(id)applications;
20+
-(void)applicationsDidInstall:(id)applications;
21+
-(void)applicationInstallsDidUpdateIcon:(id)applicationInstalls;
22+
-(void)applicationInstallsDidChange:(id)applicationInstalls;
23+
-(void)applicationInstallsDidStart:(id)applicationInstalls;
24+
@end
25+

MCProfileConnectionObserver.h

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "NSObject.h"
9+
10+
11+
@protocol MCProfileConnectionObserver <NSObject>
12+
@optional
13+
-(void)profileConnectionDidReceiveAppWhitelistChangedNotification:(id)profileConnection userInfo:(id)info;
14+
-(void)profileConnectionDidReceiveDefaultsChangedNotification:(id)profileConnection userInfo:(id)info;
15+
-(void)profileConnectionDidReceiveEffectiveSettingsChangedNotification:(id)profileConnection userInfo:(id)info;
16+
-(void)profileConnectionDidReceiveProfileListChangedNotification:(id)profileConnection userInfo:(id)info;
17+
-(void)profileConnectionDidReceivePasscodePolicyChangedNotification:(id)profileConnection userInfo:(id)info;
18+
-(void)profileConnectionDidReceivePasscodeChangedNotification:(id)profileConnection userInfo:(id)info;
19+
-(void)profileConnectionDidReceiveRestrictionChangedNotification:(id)profileConnection userInfo:(id)info;
20+
@end
21+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "NSObject.h"
9+
10+
11+
@protocol MPAudioVideoRoutingViewControllerDelegate <NSObject>
12+
@optional
13+
-(void)viewControllerRequestsDismissal:(id)dismissal;
14+
@end
15+

MPUSystemMediaControlsDelegate.h

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "NSObject.h"
9+
10+
11+
@protocol MPUSystemMediaControlsDelegate <NSObject>
12+
@optional
13+
-(void)systemMediaControlsViewController:(id)controller didTapOnTrackInformationView:(id)view;
14+
-(void)systemMediaControlsViewController:(id)controller didReceiveTapOnControlType:(int)type;
15+
@end
16+

NSCoding.h

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
9+
10+
@protocol NSCoding
11+
-(id)initWithCoder:(id)coder;
12+
-(void)encodeWithCoder:(id)coder;
13+
@end
14+

NSCopying.h

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "SpringBoard-Structs.h"
9+
10+
11+
@protocol NSCopying
12+
-(id)copyWithZone:(NSZone*)zone;
13+
@end
14+

NSFastEnumeration.h

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "SpringBoard-Structs.h"
9+
10+
11+
@protocol NSFastEnumeration
12+
-(unsigned)countByEnumeratingWithState:(XXStruct_kFm5bA*)state objects:(id*)objects count:(unsigned)count;
13+
@end
14+

NSMutableCopying.h

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "SpringBoard-Structs.h"
9+
10+
11+
@protocol NSMutableCopying
12+
-(id)mutableCopyWithZone:(NSZone*)zone;
13+
@end
14+

NSObject.h

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import "SpringBoard-Structs.h"
9+
10+
11+
@protocol NSObject
12+
-(id)description;
13+
-(unsigned)retainCount;
14+
-(id)autorelease;
15+
-(oneway void)release;
16+
-(id)retain;
17+
-(BOOL)respondsToSelector:(SEL)selector;
18+
-(BOOL)conformsToProtocol:(id)protocol;
19+
-(BOOL)isMemberOfClass:(Class)aClass;
20+
-(BOOL)isKindOfClass:(Class)aClass;
21+
-(BOOL)isProxy;
22+
-(id)performSelector:(SEL)selector withObject:(id)object withObject:(id)object3;
23+
-(id)performSelector:(SEL)selector withObject:(id)object;
24+
-(id)performSelector:(SEL)selector;
25+
-(NSZone*)zone;
26+
-(id)self;
27+
-(Class)class;
28+
-(Class)superclass;
29+
-(unsigned)hash;
30+
-(BOOL)isEqual:(id)equal;
31+
@optional
32+
-(id)debugDescription;
33+
@end
34+

RLNDataProvider.h

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
/**
2+
* This header is generated by class-dump-z 0.2a.
3+
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
4+
*
5+
* Source: (null)
6+
*/
7+
8+
#import <XXUnknownSuperclass.h> // Unknown library
9+
#import "SBPushStoreObserver.h"
10+
#import "BBRemoteDataProvider.h"
11+
12+
@class BBSectionInfo, NSObject, NSMutableSet, NSString, BBDataProviderProxy;
13+
@protocol OS_dispatch_queue;
14+
15+
__attribute__((visibility("hidden")))
16+
@interface RLNDataProvider : XXUnknownSuperclass <SBPushStoreObserver, BBRemoteDataProvider> {
17+
NSString* _sectionID;
18+
NSMutableSet* _publisherBulletinIDs;
19+
BBSectionInfo* _defaultSectionInfo;
20+
NSString* _displayName;
21+
unsigned _pushSettings;
22+
BBDataProviderProxy* _proxy;
23+
NSObject<OS_dispatch_queue>* _queue;
24+
}
25+
@property(retain, nonatomic) BBDataProviderProxy* proxy;
26+
-(void)pushStoreUserDeclinedDelivery;
27+
-(void)pushStoreUserAcceptedDelivery;
28+
-(void)_saveUpdatedSectionInfo;
29+
-(void)pushStoreUpdatedPushSettings;
30+
-(void)pushStoreClearedNotifications;
31+
-(void)pushStoreNotificationsDidChange;
32+
-(BOOL)syncsBulletinDismissal;
33+
-(void)noteSectionInfoDidChange:(id)noteSectionInfo;
34+
-(id)sectionIdentifier;
35+
-(id)sortDescriptors;
36+
-(id)clearedInfoForBulletins:(id)bulletins lastClearedInfo:(id)info;
37+
-(id)clearedInfoAndBulletinsForClearingAllBulletinsWithLimit:(unsigned)limit lastClearedInfo:(id)info;
38+
-(id)bulletinsFilteredBy:(unsigned)by count:(unsigned)count lastCleared:(id)cleared;
39+
-(id)_allBulletinsWithLimit:(unsigned)limit;
40+
-(void)_cleanupMigrationFromBrightonWithLastClearedDate:(id)lastClearedDate;
41+
-(id)_latestBulletinInSet:(id)set;
42+
-(id)_bulletinForNotification:(id)notification;
43+
-(id)_publisherBulletinIDForNotification:(id)notification;
44+
-(id)sectionDisplayName;
45+
-(id)defaultSectionInfo;
46+
-(void)rebuildDefaultSectionInfoForPushSettings:(unsigned)pushSettings;
47+
-(id)sectionParameters;
48+
-(id)_sortKey;
49+
-(BOOL)_isPushDataProvider;
50+
-(void)invalidate;
51+
-(void)dealloc;
52+
-(id)initWithSectionID:(id)sectionID displayName:(id)name queue:(id)queue;
53+
@end
54+

0 commit comments

Comments
 (0)