17 lines
237 B
Objective-C
17 lines
237 B
Objective-C
//
|
|
// SCNavigationController.h
|
|
// SellyCloudSDK_Example
|
|
//
|
|
// Created by Caleb on 12/18/25.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SCNavigationController : UINavigationController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|