@class NSString, WLFeaturePayload; @interface WLFilesMigrator : NSObject @property (copy, nonatomic) NSString *rootPath; @property (weak, nonatomic) WLFeaturePayload *featurePayload; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)contentType; - (void)enable; - (id)dataType; - (id)init; - (id)contentType; - (void)setState:(id)a0; - (void).cxx_destruct; - (void)addWorkingTime:(unsigned long long)a0; - (id)importWillBegin; - (BOOL)accountBased; - (void)importRecordData:(id)a0 summary:(id)a1 account:(id)a2 completion:(id /* block */)a3; - (void)setEstimatedDataSize:(unsigned long long)a0; - (BOOL)storeRecordDataInDatabase; - (BOOL)wantsSegmentedDownloads; @end