ProHUD/Source/ProHUD.h

20 lines
483 B
C
Raw Normal View History

2019-07-31 17:40:39 +08:00
//
// ProHUD.h
// ProHUD
//
// Created by xaoxuu on 2019/7/23.
// Copyright © 2019 Titan Studio. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for ProHUD.
FOUNDATION_EXPORT double ProHUDVersionNumber;
//! Project version string for ProHUD.
FOUNDATION_EXPORT const unsigned char ProHUDVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <ProHUD/PublicHeader.h>