mirror of
https://github.com/wu736139669/Ash_AWord.git
synced 2026-08-06 06:15:20 +00:00
27 lines
832 B
Objective-C
27 lines
832 B
Objective-C
//
|
|
// Mantle.h
|
|
// Mantle
|
|
//
|
|
// Created by Justin Spahr-Summers on 2012-09-04.
|
|
// Copyright (c) 2012 GitHub. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for Mantle.
|
|
FOUNDATION_EXPORT double MantleVersionNumber;
|
|
|
|
//! Project version string for Mantle.
|
|
FOUNDATION_EXPORT const unsigned char MantleVersionString[];
|
|
|
|
#import <Mantle/MTLJSONAdapter.h>
|
|
#import <Mantle/MTLManagedObjectAdapter.h>
|
|
#import <Mantle/MTLModel.h>
|
|
#import <Mantle/MTLModel+NSCoding.h>
|
|
#import <Mantle/MTLValueTransformer.h>
|
|
#import <Mantle/NSArray+MTLManipulationAdditions.h>
|
|
#import <Mantle/NSDictionary+MTLManipulationAdditions.h>
|
|
#import <Mantle/NSObject+MTLComparisonAdditions.h>
|
|
#import <Mantle/NSValueTransformer+MTLInversionAdditions.h>
|
|
#import <Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h>
|