GRPluginScanner.h 292 B

1234567891011121314
  1. /*
  2. * Created by Youssef Francis on September 26th, 2012.
  3. */
  4. #import "GRDestination.h"
  5. @interface GRPluginScanner : NSObject
  6. + (NSArray*)allAvailableDestinations;
  7. + (NSArray*)availableDestinationsForFile:(NSString*)path;
  8. + (GRDestination*)defaultDestinationForFile:(NSString*)path;
  9. @end