YOUPAIDragEditView.h 443 B

123456789101112131415161718192021
  1. //
  2. // YOUPAIDragEditView.h
  3. // VideoEditDemo
  4. //
  5. // Created by 刘志伟 on 2017/8/17.
  6. // Copyright © 2017年 刘志伟. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YOUPAIDragEditView : UIView
  10. - (instancetype)initWithFrame:(CGRect)frame Left:(BOOL)left;
  11. @property (assign, nonatomic) UIEdgeInsets hitTestEdgeInsets;
  12. - (BOOL)youpaifpointInsideSelf:(CGPoint)point;
  13. - (BOOL)youpaifpointInsideImgView:(CGPoint)point;
  14. @end