20 lines
528 B
Objective-C
20 lines
528 B
Objective-C
//
|
|
// TetrisUI_iOS.h
|
|
// TetrisUI iOS
|
|
//
|
|
// Created by Shadowfacts on 10/14/19.
|
|
// Copyright © 2019 Shadowfacts. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for TetrisUI_iOS.
|
|
FOUNDATION_EXPORT double TetrisUI_iOSVersionNumber;
|
|
|
|
//! Project version string for TetrisUI_iOS.
|
|
FOUNDATION_EXPORT const unsigned char TetrisUI_iOSVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <TetrisUI_iOS/PublicHeader.h>
|
|
|
|
|