18 lines
299 B
Objective-C
18 lines
299 B
Objective-C
//
|
|
// 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
|