-(void)getCameraRollAlbum:(BOOL)allowPickingVideoallowPickingImage:(BOOL)allowPickingImageneedFetchAssets:(BOOL)needFetchAssetscompletion:(void(^)(TZAlbumModel*model))completion__attribute__((deprecated("Use -getCameraRollAlbumWithFetchAssets:completion:. You can config allowPickingImage、allowPickingVideo by TZImagePickerConfig")));
-(void)getAllAlbums:(BOOL)allowPickingVideoallowPickingImage:(BOOL)allowPickingImageneedFetchAssets:(BOOL)needFetchAssetscompletion:(void(^)(NSArray<TZAlbumModel*>*models))completion__attribute__((deprecated("Use -getAllAlbumsWithFetchAssets:completion:. You can config allowPickingImage、allowPickingVideo by TZImagePickerConfig")));
-(void)getAssetsFromFetchResult:(PHFetchResult*)resultallowPickingVideo:(BOOL)allowPickingVideoallowPickingImage:(BOOL)allowPickingImagecompletion:(void(^)(NSArray<TZAssetModel*>*models))completion__attribute__((deprecated("Use -getAssetsFromFetchResult:completion:. You can config allowPickingImage、allowPickingVideo by TZImagePickerConfig")));
-(void)getAssetFromFetchResult:(PHFetchResult*)resultatIndex:(NSInteger)indexallowPickingVideo:(BOOL)allowPickingVideoallowPickingImage:(BOOL)allowPickingImagecompletion:(void(^)(TZAssetModel*model))completion__attribute__((deprecated("Use -getAssetFromFetchResult:atIndex:completion:. You can config allowPickingImage、allowPickingVideo by TZImagePickerConfig")));