initial commit
This commit is contained in:
17
Example/SellyCloudSDK/UIView+SellyCloud.h
Normal file
17
Example/SellyCloudSDK/UIView+SellyCloud.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// UIVibrancyEffect+SellyCloud.h
|
||||
// SellyCloudSDK_Example
|
||||
//
|
||||
// Created by Caleb on 28/10/25.
|
||||
// Copyright © 2025 Caleb. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface UIView (SellyCloud)
|
||||
- (void)showToast:(NSString *)text;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user