blob: 29e9edc17e483b906a13a8de9597d6d1c2fb1395 [file] [log] [blame] [edit]
//
// CRAsyncTestHelpers.h
// Courier
//
// Created by Andrew Smith on 10/2/14.
// Copyright (c) 2014 Andrew B. Smith. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface CRAsyncTestHelpers : NSObject
void runInMainLoopUntilDone(void(^block)(BOOL *done));
@end