mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-28 12:15:14 +08:00
Merge pull request #170 from kerrmarin/master
Add nullability specifier to PINURLSessionManager delegate
This commit is contained in:
@@ -28,6 +28,6 @@
|
||||
|
||||
- (void)invalidateSessionAndCancelTasks;
|
||||
|
||||
@property (atomic, weak) id <PINURLSessionManagerDelegate> delegate;
|
||||
@property (atomic, weak, nullable) id <PINURLSessionManagerDelegate> delegate;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user