处理兼容性问题

处理兼容性问题
This commit is contained in:
Zeus
2023-12-05 09:48:08 +08:00
parent a21a4e7f77
commit fa787018df
641 changed files with 29065 additions and 28 deletions
@@ -0,0 +1,18 @@
//
// Toast.h
// Toast
//
// Created by Charles Scalesse on 11/3/16.
//
//
#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>