mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fix a minor typo in NBNotifier.h: "with" only has one 'h', not two
The implementation *implemented* the correct name, but it was never defined. This fixes that typo.
This commit is contained in:
parent
f3254d92ff
commit
523eb3fbe9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ typedef enum {
|
|||
- (id)initWithTitle:(NSString *)title inView:(UIView *)view;
|
||||
- (id)initWithTitle:(NSString *)title inView:(UIView *)view withOffset:(CGPoint)offset;
|
||||
- (id)initWithTitle:(NSString *)title inView:(UIView *)view style:(NBNotifierStyle)style;
|
||||
- (id)initWithTitle:(NSString *)title inView:(UIView *)view style:(NBNotifierStyle)style withhOffset:(CGPoint)offset;
|
||||
- (id)initWithTitle:(NSString *)title inView:(UIView *)view style:(NBNotifierStyle)style withOffset:(CGPoint)offset;
|
||||
|
||||
- (void) didChangedOrientation:(NSNotification *)sender;
|
||||
- (void)setAccessoryView:(UIView *)view animated:(BOOL)animated;
|
||||
|
|
Loading…
Add table
Reference in a new issue