Created
June 18, 2018 20:03
-
-
Save xorrior/a75a28baf55069cf3ac698571d10eb53 to your computer and use it in GitHub Desktop.
SMConfMigratorPlugin header file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Generated by class-dump 3.5 (64 bit). | |
// | |
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. | |
// | |
#import "NSObject.h" | |
#import "SMSystem_FileManagerProtocol.h" | |
//<SMSystem_FileManagerProtocol> | |
@class NSObject, SMMigrationRequest; | |
@interface SMConfMigratorPlugin : NSObject | |
{ | |
SMMigrationRequest *_migrationRequest; | |
NSObject<SMSystem_FileManagerProtocol> *_sourceFilesystem; | |
NSObject<SMSystem_FileManagerProtocol> *_targetFilesystem; | |
} | |
@property __weak NSObject<SMSystem_FileManagerProtocol> *targetFilesystem; // @synthesize targetFilesystem=_targetFilesystem; | |
@property __weak NSObject<SMSystem_FileManagerProtocol> *sourceFilesystem; // @synthesize sourceFilesystem=_sourceFilesystem; | |
@property __weak SMMigrationRequest *migrationRequest; // @synthesize migrationRequest=_migrationRequest; | |
- (void)cxx_destruct; | |
- (void)run; | |
- (double)estimateTime; | |
- (id)initWithRequest:(id)arg1; | |
@end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment