forked from loafle/openapi-generator-original
10 lines
139 B
Objective-C
10 lines
139 B
Objective-C
#import <SenTestingKit/SenTestingKit.h>
|
|
#import "RVBPetApi.h"
|
|
|
|
@interface PetApiTest : SenTestCase {
|
|
@private
|
|
RVBPetApi * api;
|
|
}
|
|
|
|
@end
|