Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Friend-LGA committed Mar 21, 2017
1 parent 3557c80 commit 1bec798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LGSideMenuController/LGSideMenuController.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ LGSideMenuSwipeGestureRange LGSideMenuSwipeGestureRangeMake(CGFloat left, CGFloa
@property (assign, nonatomic) IBInspectable NSTimeInterval rightViewAnimationSpeed;

/** Default is YES */
@property (assign, nonatomic, getter=isShouldHideLeftViewAnimated) IBInspectable BOOL shouldHideLeftViewAnimated;
@property (assign, nonatomic) IBInspectable BOOL shouldHideLeftViewAnimated;
/** Default is YES */
@property (assign, nonatomic, getter=isShouldHideRightViewAnimated) IBInspectable BOOL shouldHideRightViewAnimated;
@property (assign, nonatomic) IBInspectable BOOL shouldHideRightViewAnimated;

/** Default is YES */
@property (assign, nonatomic, getter=isLeftViewEnabled) IBInspectable BOOL leftViewEnabled;
Expand Down

0 comments on commit 1bec798

Please sign in to comment.