Tetris/TetrisUI/TetrisUI.h

20 lines
508 B
C
Raw Normal View History

2019-10-15 16:24:58 +00:00
//
2019-10-16 23:57:56 +00:00
// TetrisUI.h
// TetrisUI
2019-10-15 16:24:58 +00:00
//
// Created by Shadowfacts on 10/14/19.
// Copyright © 2019 Shadowfacts. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for TetrisUI_iOS.
2019-10-16 23:57:56 +00:00
FOUNDATION_EXPORT double TetrisUIVersionNumber;
2019-10-15 16:24:58 +00:00
//! Project version string for TetrisUI_iOS.
2019-10-16 23:57:56 +00:00
FOUNDATION_EXPORT const unsigned char TetrisUIVersionString[];
2019-10-15 16:24:58 +00:00
2019-10-16 23:57:56 +00:00
// In this header, you should import all the public headers of your framework using statements like #import <TetrisUI/PublicHeader.h>
2019-10-15 16:24:58 +00:00