Files
fanyin-ios/QXLive/Tabbar/TabbarCustomView/CustomVersionUpdateView.h

18 lines
304 B
C
Raw Normal View History

2025-08-12 14:27:12 +08:00
//
// 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