mirror of
https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git
synced 2026-04-29 01:55:33 +08:00
20 lines
576 B
Objective-C
20 lines
576 B
Objective-C
//
|
|
// Alamofire-SwiftyJSON.h
|
|
// Alamofire-SwiftyJSON
|
|
//
|
|
// Created by Pinglin Tang on 14-9-23.
|
|
// Copyright (c) 2014年 SwiftJSON. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for Alamofire-SwiftyJSON.
|
|
FOUNDATION_EXPORT double Alamofire_SwiftyJSONVersionNumber;
|
|
|
|
//! Project version string for Alamofire-SwiftyJSON.
|
|
FOUNDATION_EXPORT const unsigned char Alamofire_SwiftyJSONVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Alamofire_SwiftyJSON/PublicHeader.h>
|
|
|
|
|