Commit 10946467 authored by 谭真's avatar 谭真 Committed by GitHub

Merge pull request #491 from peanutgao/master

Solve Nullability Issue Warning
parents df53c5c6 61304087
......@@ -11,6 +11,8 @@
#import <AVFoundation/AVFoundation.h>
#import <Photos/Photos.h>
NS_ASSUME_NONNULL_BEGIN
@class TZAlbumModel,TZAssetModel;
@protocol TZImagePickerControllerDelegate;
@interface TZImageManager : NSObject
......@@ -97,6 +99,7 @@
@end
NS_ASSUME_NONNULL_END
//@interface TZSortDescriptor : NSSortDescriptor
//
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment