mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-23 12:03:50 +00:00
10 lines
139 B
Objective-C
10 lines
139 B
Objective-C
#import <SenTestingKit/SenTestingKit.h>
|
|
#import "NIKPetApi.h"
|
|
|
|
@interface PetApiTest : SenTestCase {
|
|
@private
|
|
NIKPetApi * api;
|
|
}
|
|
|
|
@end
|