Skip to content

Commit c6c6b37

Browse files
committed
Convert PFFile.isDataAvailable to a property.
1 parent 69acb8e commit c6c6b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/PFFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ NS_ASSUME_NONNULL_BEGIN
220220
/*!
221221
@abstract Whether the data is available in memory or needs to be downloaded.
222222
*/
223-
@property (nonatomic, assign, readonly) BOOL isDataAvailable;
223+
@property (nonatomic, assign, readonly, getter=isDataAvailable) BOOL dataAvailable;
224224

225225
/*!
226226
@abstract *Synchronously* gets the data from cache if available or fetches its contents from the network.

0 commit comments

Comments
 (0)