mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-18 06:57:15 +01:00
20 lines
539 B
Objective-C
20 lines
539 B
Objective-C
//
|
|
// HardcoreData.h
|
|
// HardcoreData
|
|
//
|
|
// Created by John Rommel Estropia on 2014/09/14.
|
|
// Copyright (c) 2014 John Rommel Estropia. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for HardcoreData.
|
|
FOUNDATION_EXPORT double HardcoreDataVersionNumber;
|
|
|
|
//! Project version string for HardcoreData.
|
|
FOUNDATION_EXPORT const unsigned char HardcoreDataVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <HardcoreData/PublicHeader.h>
|
|
|
|
|