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