mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-15 13:20:53 +00:00
14 lines
229 B
Objective-C
14 lines
229 B
Objective-C
#import <SenTestingKit/SenTestingKit.h>
|
|
#import "NIKAccountApi.h"
|
|
|
|
@interface AccountApiTest : SenTestCase {
|
|
|
|
@private
|
|
NIKAccountApi * api;
|
|
NSString * apiKey;
|
|
NSString * username;
|
|
NSString * password;
|
|
}
|
|
|
|
@end
|