MainHeaderViewColorPanel.m 439 B

123456789101112131415161718192021
  1. //
  2. // MainHeaderView.m
  3. // iSales-UWAVER
  4. //
  5. // Created by Ray on 2018/7/26.
  6. // Copyright © 2018 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import "MainHeaderViewColorPanel.h"
  9. @implementation MainHeaderViewColorPanel
  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