// | |
// RootViewControllerTests.h | |
// iPhoneExample | |
// | |
// Created by Erik Doernenburg on 20/07/10. | |
// Copyright 2010 Mulle Kybernetik. All rights reserved. | |
// | |
// See Also: http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/135-Unit_Testing_Applications/unit_testing_applications.html | |
#import <SenTestingKit/SenTestingKit.h> | |
#import <UIKit/UIKit.h> | |
@interface RootViewControllerTests : SenTestCase | |
@end |