17 lines
209 B
Objective-C
17 lines
209 B
Objective-C
//
|
|
// CustomAudioCell.h
|
|
// EscortProject
|
|
//
|
|
// Created by Apple on 2024/6/14.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface CustomAudioCell : UITableViewCell
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|