Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. //
  2. // Generated by class-dump 3.5 (64 bit).
  3. //
  4. // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
  5. //
  6.  
  7. #import "NSObject.h"
  8. #import "SMSystem_FileManagerProtocol.h"
  9. //<SMSystem_FileManagerProtocol>
  10. @class NSObject, SMMigrationRequest;
  11.  
  12. @interface SMConfMigratorPlugin : NSObject
  13. {
  14. SMMigrationRequest *_migrationRequest;
  15. NSObject<SMSystem_FileManagerProtocol> *_sourceFilesystem;
  16. NSObject<SMSystem_FileManagerProtocol> *_targetFilesystem;
  17. }
  18.  
  19. @property __weak NSObject<SMSystem_FileManagerProtocol> *targetFilesystem; // @synthesize targetFilesystem=_targetFilesystem;
  20. @property __weak NSObject<SMSystem_FileManagerProtocol> *sourceFilesystem; // @synthesize sourceFilesystem=_sourceFilesystem;
  21. @property __weak SMMigrationRequest *migrationRequest; // @synthesize migrationRequest=_migrationRequest;
  22. - (void)cxx_destruct;
  23. - (void)run;
  24. - (double)estimateTime;
  25. - (id)initWithRequest:(id)arg1;
  26.  
  27. @end
Add Comment
Please, Sign In to add comment