luxlabs header browser preview


@class NSString;

@interface AXNamedReplayableGesture : AXMutableReplayableGesture

@property (retain, nonatomic) NSString *name;
@property (nonatomic) BOOL hasLocalizableName;
@property (nonatomic) BOOL shouldPerformAtOriginalLocation;

+ (BOOL)supportsSecureCoding;
+ (id)gestureWithPoints:(id)a0 times:(id)a1 forces:(id)a2;
+ (id)_fingerIdentifierForFingerAtIndex:(unsigned long long)a0;
+ (id)gestureWithLegacyFormatDictionary:(id)a0;

- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)gestureShiftedByOffset:(struct CGPoint { double x0; double x1; })a0;

@end