Files
yinmeng-ios/xplan-ios/Main/Tabbar/View/VersionUpdate/XPUpgradeView.h

20 lines
295 B
C
Raw Normal View History

2022-12-05 18:56:02 +08:00
//
// XPUpgradeView.h
// xplan-ios
//
// Created by GreenLand on 2022/12/5.
//
#import <UIKit/UIKit.h>
#import "XPVersionUpdateModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPUpgradeView : UIView
@property (nonatomic,strong) XPVersionUpdateModel *versionModel;
@end
NS_ASSUME_NONNULL_END