diff --git a/CSNotificationView/CSNotificationView.h b/CSNotificationView/CSNotificationView.h index 084a6b5..8557a1e 100755 --- a/CSNotificationView/CSNotificationView.h +++ b/CSNotificationView/CSNotificationView.h @@ -80,7 +80,7 @@ typedef void(^CSVoidBlock)(); */ - (void)dismissWithStyle:(CSNotificationViewStyle)style message:(NSString*)message duration:(NSTimeInterval)duration animated:(BOOL)animated; -@property (readonly, nonatomic, getter = isShowing) BOOL visible; +@property (readonly, nonatomic, getter = isVisible) BOOL visible; #pragma mark - visible properties