Skip to content

Commit

Permalink
[SpringBoard] add observer:addBulletin:… method for ios 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jul 10, 2015
1 parent a9364ad commit ccb4244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SpringBoard/SBBulletinBannerController.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

+ (instancetype)sharedInstance;

- (void)observer:(BBObserver *)observer addBulletin:(BBBulletin *)bulletin forFeed:(NSUInteger)feed;
- (void)observer:(BBObserver *)observer addBulletin:(BBBulletin *)bulletin forFeed:(NSUInteger)feed; // 7.0 - 8.1
- (void)observer:(BBObserver *)observer addBulletin:(BBBulletin *)bulletin forFeed:(NSUInteger)feed playLightsAndSirens:(BOOL)playLightsAndSirens withReply:(id)reply; // 8.2 -

- (void)showTestBanner; // 5.0 - 6.1

@end

0 comments on commit ccb4244

Please sign in to comment.