Commit 61304087 authored by Joseph Gao's avatar Joseph Gao

Solve Nullability Issue Warning

Solve Nullability Issue Warning
parent df53c5c6
...@@ -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