Files
WebApp/ShenQi/WMDragView/DSWebDragView.h
2024-12-20 17:49:45 +08:00

18 lines
221 B
Objective-C

//
// DSWebDragView.h
// VietnamGame
//
//
#import "WMDragView.h"
NS_ASSUME_NONNULL_BEGIN
@interface DSWebDragView : WMDragView
@property (strong, nonatomic) UIImageView *homeImageView;
@end
NS_ASSUME_NONNULL_END