luxlabs header browser preview


@class NSString, EFSQLColumnSchema;

@interface EDPersistenceForeignKeyPlaceholder : NSObject

@property (readonly, nonatomic) EFSQLColumnSchema *column;
@property (readonly, copy, nonatomic) NSString *tableName;
@property (readonly, nonatomic) unsigned long long deleteAction;
@property (readonly, nonatomic) unsigned long long updateAction;

- (BOOL)resolveWithSchema:(id)a0;
- (id)initWithColumn:(id)a0 tableName:(id)a1 onDelete:(unsigned long long)a2 onUpdate:(unsigned long long)a3;
- (id)description;
- (void).cxx_destruct;
- (BOOL)resolveToStringForTableNames:(id)a0;

@end