CustomShapeButton.h 203 B

1234567891011121314
  1. //
  2. // CustomShapeButton.h
  3. // JasonDevelop
  4. //
  5. // Created by Jason Lee on 3/11/14.
  6. // Copyright (c) jasondevelop. All rights reserved.
  7. //
  8. @import UIKit;
  9. @interface CustomShapeButton : UIButton
  10. @end