luxlabs header browser preview


@class NSMutableDictionary, NSDate;

@interface BBDismissalSyncCache : NSObject

@property (retain, nonatomic) NSMutableDictionary *cache;
@property (retain, nonatomic) NSDate *timeToCheck;

- (id)init;
- (id)findBulletinMatch:(id)a0;
- (void)cacheDismissalDictionaries:(id)a0 dismissalIDs:(id)a1 inSection:(id)a2 forFeeds:(unsigned long long)a3;
- (id)description;
- (void).cxx_destruct;
- (BOOL)_isTimeToCheck;
- (void)_checkCache;
- (void)removeBulletinMatch:(id)a0;

@end