BundleDetailButton.h 231 B

12345678910111213
  1. //
  2. // BundleDetailButton.h
  3. // iSales-NPD
  4. //
  5. // Created by Ray on 6/15/16.
  6. // Copyright © 2016 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface BundleDetailButton : UIButton
  10. @end