| 123456789101112131415161718192021 |
- //
- // MainHeaderView.m
- // iSales-UWAVER
- //
- // Created by Ray on 2018/7/26.
- // Copyright © 2018 United Software Applications, Inc. All rights reserved.
- //
- #import "MainHeaderViewColorPanel.h"
- @implementation MainHeaderViewColorPanel
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|