luxlabs header browser preview


@class NSDateFormatter;

@interface WFCurrentDateActionMigration : WFWorkflowMigration

@property (retain, nonatomic) NSDateFormatter *dateFormatter;

+ (BOOL)workflowNeedsMigration:(id)a0 fromClientVersion:(id)a1;

- (void).cxx_destruct;
- (void)migrateWorkflow;

@end