Skip to content

Commit f40ff3d

Browse files
committed
fixed compile
1 parent 059482a commit f40ff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QiniuSDK/Common/QNPHAssetFile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ - (NSData *)fetchDataFromAsset:(PHAsset *)asset
159159
[[PHImageManager defaultManager] requestAVAssetForVideo:asset
160160
options:request
161161
resultHandler:
162-
^(AVAsset * _Nullable asset, AVAudioMix * _Nullable audioMix, NSDictionary * _Nullable info) {
162+
^(AVAsset* asset, AVAudioMix* audioMix, NSDictionary* info) {
163163
AVURLAsset *urlAsset = (AVURLAsset *)asset;
164164
NSData *videoData = [NSData dataWithContentsOfURL:urlAsset.URL];
165165
tmpData = [NSData dataWithData:videoData];

0 commit comments

Comments
 (0)