Skip to content

Commit

Permalink
Updates Demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroFranco committed Feb 11, 2015
1 parent fe0ce13 commit b2f7d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ typedef void (^block)(AFDropdownNotificationEvent event);
@property (nonatomic, strong) NSString *topButtonText;
@property (nonatomic, strong) NSString *bottomButtonText;

@property (nonatomic) BOOL isBeingShown;

-(void)listenEventsWithBlock:(block)block;

-(void)presentInView:(UIView *)view withGravityAnimation:(BOOL)animation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ @interface AFDropdownNotification ()
@property (nonatomic, strong) UIDynamicAnimator *animator;
@property (nonatomic) BOOL gravityAnimation;

@property (nonatomic) BOOL isBeingShown;

@property (nonatomic, copy) block internalBlock;

@end
Expand Down

0 comments on commit b2f7d9a

Please sign in to comment.