BlocksTests.h 248 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 // // BlocksTests.h // Mac // // Created by Ben Copsey on 18/10/2010. // Copyright 2010 All-Seeing Interactive. All rights reserved. // #import <Foundation/Foundation.h> #import "ASITestCase.h" @interface BlocksTests : ASITestCase { } @end