19 lines
523 B
Objective-C
19 lines
523 B
Objective-C
//
|
|
// Stencil.h
|
|
// Stencil
|
|
//
|
|
// Created by Kyle Fuller on 23/10/2014.
|
|
// Copyright (c) 2014 Cocode. All rights reserved.
|
|
// See LICENSE for more details.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for Stencil.
|
|
FOUNDATION_EXPORT double StencilVersionNumber;
|
|
|
|
//! Project version string for Stencil.
|
|
FOUNDATION_EXPORT const unsigned char StencilVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Stencil/PublicHeader.h>
|