blob: 34f5dc5d0a71f4a87289d5de92d3c65aff170804 [file] [log] [blame] [edit]
//
// RACSubscriptionScheduler.h
// ReactiveCocoa
//
// Created by Josh Abernathy on 11/30/12.
// Copyright (c) 2012 GitHub, Inc. All rights reserved.
//
#import "RACScheduler.h"
// A private scheduler used only for subscriptions. See the private
// +[RACScheduler subscriptionScheduler] method for more information.
@interface RACSubscriptionScheduler : RACScheduler
@end