WhitePanEvent.h 303 B

1234567891011121314151617181920
  1. //
  2. // WhitePanEvent.h
  3. // WhiteSDK
  4. //
  5. // Created by yleaf on 2019/1/28.
  6. //
  7. #import "WhiteObject.h"
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface WhitePanEvent : WhiteObject
  11. @property (nonatomic, assign) CGFloat x;
  12. @property (nonatomic, assign) CGFloat y;
  13. @end
  14. NS_ASSUME_NONNULL_END