21 lines
331 B
Objective-C
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
|