summaryrefslogtreecommitdiffstats
path: root/QuickActions/Tweak.h
diff options
context:
space:
mode:
Diffstat (limited to 'QuickActions/Tweak.h')
-rw-r--r--QuickActions/Tweak.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/QuickActions/Tweak.h b/QuickActions/Tweak.h
index 41f64fd..1c74481 100644
--- a/QuickActions/Tweak.h
+++ b/QuickActions/Tweak.h
@@ -108,8 +108,8 @@
@property (nonatomic) BOOL rightOpen;
@property (nonatomic) BOOL collapseLeft;
@property (nonatomic) BOOL collapseRight;
--(CGRect)leftFrameForButton:(CSQuickActionsButton*)button;
--(CGRect)rightFrameForButton:(CSQuickActionsButton*)button;
+-(CGRect)leftFrameForButton:(CSQuickActionsButton*)button open:(BOOL)open;
+-(CGRect)rightFrameForButton:(CSQuickActionsButton*)button open:(BOOL)open;
-(void)setDoNotDisturb:(BOOL)state;
-(BOOL)isDNDActive;
-(void)updateDND:(NSNotification *)notif;