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