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 @@ ...@@ -11,6 +11,8 @@
#import <AVFoundation/AVFoundation.h> #import <AVFoundation/AVFoundation.h>
#import <Photos/Photos.h> #import <Photos/Photos.h>
NS_ASSUME_NONNULL_BEGIN
@class TZAlbumModel,TZAssetModel; @class TZAlbumModel,TZAssetModel;
@protocol TZImagePickerControllerDelegate; @protocol TZImagePickerControllerDelegate;
@interface TZImageManager : NSObject @interface TZImageManager : NSObject
...@@ -97,6 +99,7 @@ ...@@ -97,6 +99,7 @@
@end @end
NS_ASSUME_NONNULL_END
//@interface TZSortDescriptor : NSSortDescriptor //@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