Skip to content

Instantly share code, notes, and snippets.

@xorrior
Created June 18, 2018 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xorrior/a75a28baf55069cf3ac698571d10eb53 to your computer and use it in GitHub Desktop.
Save xorrior/a75a28baf55069cf3ac698571d10eb53 to your computer and use it in GitHub Desktop.
SMConfMigratorPlugin header file
//
// 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