RACTestExampleScheduler.h 304 B

12345678910111213141516
  1. //
  2. // RACTestExampleScheduler.h
  3. // ReactiveCocoa
  4. //
  5. // Created by Josh Abernathy on 6/7/13.
  6. // Copyright (c) 2013 GitHub, Inc. All rights reserved.
  7. //
  8. #import <ReactiveCocoa/ReactiveCocoa.h>
  9. @interface RACTestExampleScheduler : RACQueueScheduler
  10. - (id)initWithQueue:(dispatch_queue_t)queue;
  11. @end