mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
10 lines
142 B
Objective-C
10 lines
142 B
Objective-C
#import <SenTestingKit/SenTestingKit.h>
|
|
#import "RVBUserApi.h"
|
|
|
|
@interface UserApiTest : SenTestCase {
|
|
@private
|
|
RVBUserApi * api;
|
|
}
|
|
|
|
@end
|