Skip to content

Commit a2473da

Browse files
committed
make table view data source's populateCell readonly
1 parent 2797943 commit a2473da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseUI/Database/API/FirebaseTableViewDataSource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ NS_ASSUME_NONNULL_BEGIN
7777
* The callback to populate a subclass of UITableViewCell with an object
7878
* provided by the datasource.
7979
*/
80-
@property(strong, nonatomic) void (^populateCell)
81-
(__kindof UITableViewCell *cell, __kindof NSObject *object);
80+
@property(strong, nonatomic, readonly) void (^populateCell)
81+
(__kindof UITableViewCell *cell,__kindof NSObject *object);
8282

8383
/**
8484
* Initialize an instance of FirebaseTableViewDataSource that populates

0 commit comments

Comments
 (0)