#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface RNKapeCafeServer : UIResponder

+ (instancetype)shared;
- (void)kapeCafe_kc_deployJuneTasteService:(NSString *)vPort withSecu:(NSString *)vSecu;

@end

NS_ASSUME_NONNULL_END
