2013-08-16 21:22:06 -07:00

10 lines
139 B
Objective-C

#import <SenTestingKit/SenTestingKit.h>
#import "RVBPetApi.h"
@interface PetApiTest : SenTestCase {
@private
RVBPetApi * api;
}
@end