From 1bec7985157e33fb842c1a8ca6f4ed51b31d69c6 Mon Sep 17 00:00:00 2001 From: Grigory Lutkov Date: Tue, 21 Mar 2017 18:21:36 +0300 Subject: [PATCH] Refactoring --- LGSideMenuController/LGSideMenuController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LGSideMenuController/LGSideMenuController.h b/LGSideMenuController/LGSideMenuController.h index 82604f4..b668476 100644 --- a/LGSideMenuController/LGSideMenuController.h +++ b/LGSideMenuController/LGSideMenuController.h @@ -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;