mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-05 03:49:43 +00:00
5 lines
100 B
Objective-C
5 lines
100 B
Objective-C
#import "PLManagedAsset.h"
|
|
|
|
@interface PHAsset : NSObject
|
|
- (PLManagedAsset *)pl_managedAsset;
|
|
@end
|