GRController.h 259 B

123456789101112131415
  1. /*
  2. * Created by Youssef Francis on September 26th, 2012.
  3. */
  4. #import "GRServer.h"
  5. @interface GRController : NSObject <GRServerImportDelegate>
  6. @property (assign) BOOL hasActiveTasks;
  7. + (GRController*)sharedController;
  8. - (void)processImportRequests;
  9. @end