mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-18 06:40:51 +00:00
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
|