luxlabs header browser preview


@class NSUUID;

@interface COMTDeleteAction : COMTTypedAction

@property (readonly, nonatomic) NSUUID *targetIdentifier;

+ (BOOL)supportsSecureCoding;
+ (id)actionWithTargetType:(id)a0 targetIdentifier:(id)a1;

- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)initWithTargetType:(id)a0 targetIdentifier:(id)a1;

@end