BundleDetailButton.m 426 B

123456789101112131415161718192021
  1. //
  2. // BundleDetailButton.m
  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 "BundleDetailButton.h"
  9. @implementation BundleDetailButton
  10. /*
  11. // Only override drawRect: if you perform custom drawing.
  12. // An empty implementation adversely affects performance during animation.
  13. - (void)drawRect:(CGRect)rect {
  14. // Drawing code
  15. }
  16. */
  17. @end