mirror of https://github.com/xaoxuu/ProHUD
20 lines
483 B
Objective-C
20 lines
483 B
Objective-C
//
|
|
// 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>
|
|
|
|
|