|
| 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