123456789101112131415161718192021 |
- //
- // JXheadMoneyView.m
- // shiku_im
- //
- // Created by os on 2020/7/7.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import "JXheadMoneyView.h"
- @implementation JXheadMoneyView
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|