// // ArchiveSource.h // ArchiveSource // // Created by Christopher Snowhill on 10/4/13. // Copyright 2013 __NoWork, Inc__. All rights reserved. // #import #import #import "Plugin.h" @interface ArchiveSource : NSObject { fex_t *fex; const void *data; NSUInteger offset; NSUInteger size; NSURL *_url; const void *sbHandle; } @end