Files
midi_ios/QXLive/Tabbar/TabbarCustomView/CustomVersionUpdateView.h
2025-08-14 10:07:49 +08:00

18 lines
304 B
Objective-C
Executable File

//
// CustomVersionUpdateView.h
// SoundRiver
//
// Created by y1758946235 on 2020/2/17.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CustomVersionUpdateView : UIView
-(void)getDownloadUrl:(NSString *)downloadUrl isForceUpdate:(NSString *)ForceUpdate;
@end
NS_ASSUME_NONNULL_END