mirror of
https://github.com/zhigang1992/JSON.git
synced 2026-06-15 16:48:22 +08:00
20 lines
457 B
Objective-C
20 lines
457 B
Objective-C
//
|
|
// JSON.h
|
|
// JSON
|
|
//
|
|
// Created by Zhigang Fang on 4/17/17.
|
|
// Copyright © 2017 matrix. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for JSON.
|
|
FOUNDATION_EXPORT double JSONVersionNumber;
|
|
|
|
//! Project version string for JSON.
|
|
FOUNDATION_EXPORT const unsigned char JSONVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <JSON/PublicHeader.h>
|
|
|
|
|