SellyCloudSDK_demo/Example/SellyCloudSDK/SCButton.h

18 lines
255 B
Objective-C

//
// SCButton.h
// SellyCloudSDK_Example
//
// Created by Caleb on 14/11/25.
// Copyright © 2025 Caleb. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface SCButton : UIButton
@end
NS_ASSUME_NONNULL_END