GRDestination+Import.h 204 B

12345678910111213
  1. /*
  2. * Created by Youssef Francis on October 10th, 2012.
  3. */
  4. #import <Gremlin/GRDestination.h>
  5. #import "GRImporterProtocol.h"
  6. @interface GRDestination (Import)
  7. - (Class<GRImporter>)importerClass;
  8. @end