geekerzp 412b6b3839 Update objc client.
* Package objc client using cocoapods.
* Support cli options.
2015-07-15 17:08:45 +08:00

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