@class NSString; @interface HMBModelFieldOptionExternalRecordField : HMBModelFieldOption @property (readonly, nonatomic) NSString *fieldName; @property (readonly, nonatomic) BOOL encrypted; - (void)applyTo:(id)a0; - (void).cxx_destruct; - (id)initWithExternalRecordField:(id)a0 encrypted:(BOOL)a1; @end