forked from loafle/openapi-generator-original
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
|