18 lines
221 B
Objective-C
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
|