forked from loafle/openapi-generator-original
16 lines
278 B
Objective-C
16 lines
278 B
Objective-C
//
|
|
// SWGAppDelegate.h
|
|
// SwaggerClient
|
|
//
|
|
// Created by CocoaPods on 06/26/2015.
|
|
// Copyright (c) 2014 geekerzp. All rights reserved.
|
|
//
|
|
|
|
@import UIKit;
|
|
|
|
@interface SWGAppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|