Files
WebApp/ShenQi/HeadToolBar.m
2024-12-20 17:49:45 +08:00

21 lines
331 B
Objective-C

//
// HeadToolBar.m
// TestFlightApp
//
// Created by mac on 2024/6/7.
//
#import "HeadToolBar.h"
@implementation HeadToolBar
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
}
*/
@end