You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
468 B
18 lines
468 B
//
|
|
// Toast.h
|
|
// Toast
|
|
//
|
|
// Copyright 2011-2024 Charles Scalesse. All rights reserved.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for Toast.
|
|
FOUNDATION_EXPORT double ToastVersionNumber;
|
|
|
|
//! Project version string for Toast.
|
|
FOUNDATION_EXPORT const unsigned char ToastVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Toast/PublicHeader.h>
|
|
#import <Toast/UIView+Toast.h>
|
|
|