Commit 61304087 authored by Joseph Gao's avatar Joseph Gao

Solve Nullability Issue Warning

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