KKScaleButton.h 199 B

12345678910111213
  1. //
  2. // KKScaleButton.h
  3. // WWImageEdit
  4. //
  5. // Created by 邬维 on 2017/1/13.
  6. // Copyright © 2017年 kook. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KKScaleButton : UIView
  10. @end