GRImporterProtocol.h 210 B

1234567891011
  1. /*
  2. * Created by Youssef Francis on September 25th, 2012.
  3. */
  4. typedef BOOL (^GRImportOperationBlock)(NSDictionary*, NSError**);
  5. @protocol GRImporter <NSObject>
  6. + (GRImportOperationBlock)newImportBlock;
  7. @end