mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
17 lines
335 B
Objective-C
17 lines
335 B
Objective-C
//
|
|
// Siesta.h
|
|
// Siesta
|
|
//
|
|
// Created by Paul on 2015/6/14.
|
|
// Copyright © 2015 Bust Out Solutions. MIT license.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for Siesta.
|
|
FOUNDATION_EXPORT double SiestaVersionNumber;
|
|
|
|
//! Project version string for Siesta.
|
|
FOUNDATION_EXPORT const unsigned char SiestaVersionString[];
|
|
|