17 lines
241 B
Objective-C
17 lines
241 B
Objective-C
//
|
|
// YYTextAsyncLayer+DDTextAsyncLayer.h
|
|
// DingDangApp
|
|
//
|
|
// Created by duoban on 2023/12/14.
|
|
//
|
|
|
|
#import <YYText/YYTextAsyncLayer.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface YYTextAsyncLayer (DDTextAsyncLayer)
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|