BackgroundButton.h 207 B

123456789101112131415
  1. //
  2. // BackgroundButton.h
  3. // XenonSDK
  4. //
  5. // Created by SAGESSE on 2019/5/29.
  6. // Copyright © 2019 SAGESSE. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface BackgroundButton : UIButton
  10. @end