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:
Hawken Rives 2013-06-25 01:39:43 -04:00
parent f3254d92ff
commit 523eb3fbe9

View file

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