Remove blob fixture namespace

This commit is contained in:
Joshua Peek
2011-06-07 10:32:23 -05:00
parent c7739119b3
commit 0d53e863df
49 changed files with 1 additions and 1 deletions

12
test/fixtures/FooAppDelegate.m vendored Normal file
View File

@@ -0,0 +1,12 @@
#import "FooAppDelegate.h"
@implementation FooAppDelegate
@synthesize window;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}
@end