mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-26 16:02:55 +00:00
7 lines
268 B
Objective-C
7 lines
268 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface YTSlideForActionsView : UIView
|
|
@property (nonatomic, assign, readwrite) BOOL actionsEnabledRight;
|
|
@property (nonatomic, assign, readwrite) BOOL enableMinSnap;
|
|
@property (nonatomic, assign, readwrite) BOOL enableHapticFeedback;
|
|
@end
|