@@ -92,8 +92,8 @@ NS_ASSUME_NONNULL_BEGIN
92
92
* FIRDataSnapshots
93
93
*/
94
94
- (instancetype )initWithRef : (FIRDatabaseReference *)ref
95
- cellReuseIdentifier : (NSString *)identifier
96
- view : (UITableView *)tableView ;
95
+ cellReuseIdentifier : (NSString *)identifier
96
+ view : (UITableView *)tableView ;
97
97
98
98
/* *
99
99
* Initialize an instance of FirebaseTableViewDataSource that populates
@@ -109,8 +109,8 @@ NS_ASSUME_NONNULL_BEGIN
109
109
* FIRDataSnapshots
110
110
*/
111
111
- (instancetype )initWithRef : (FIRDatabaseReference *)ref
112
- prototypeReuseIdentifier : (NSString *)identifier
113
- view : (UITableView *)tableView ;
112
+ prototypeReuseIdentifier : (NSString *)identifier
113
+ view : (UITableView *)tableView ;
114
114
115
115
/* *
116
116
* Initialize an instance of FirebaseTableViewDataSource that populates a custom
@@ -127,9 +127,9 @@ NS_ASSUME_NONNULL_BEGIN
127
127
* UITableViewCell with FIRDataSnapshots
128
128
*/
129
129
- (instancetype )initWithRef : (FIRDatabaseReference *)ref
130
- cellClass : (nullable Class )cell
131
- cellReuseIdentifier : (NSString *)identifier
132
- view : (UITableView *)tableView ;
130
+ cellClass : (nullable Class )cell
131
+ cellReuseIdentifier : (NSString *)identifier
132
+ view : (UITableView *)tableView ;
133
133
134
134
/* *
135
135
* Initialize an instance of FirebaseTableViewDataSource that populates a custom
@@ -145,9 +145,9 @@ NS_ASSUME_NONNULL_BEGIN
145
145
* FIRDataSnapshots
146
146
*/
147
147
- (instancetype )initWithRef : (FIRDatabaseReference *)ref
148
- nibNamed : (NSString *)nibName
149
- cellReuseIdentifier : (NSString *)identifier
150
- view : (UITableView *)tableView ;
148
+ nibNamed : (NSString *)nibName
149
+ cellReuseIdentifier : (NSString *)identifier
150
+ view : (UITableView *)tableView ;
151
151
152
152
/* *
153
153
* Initialize an instance of FirebaseTableViewDataSource that populates
@@ -163,9 +163,9 @@ NS_ASSUME_NONNULL_BEGIN
163
163
* model class
164
164
*/
165
165
- (instancetype )initWithRef : (FIRDatabaseReference *)ref
166
- modelClass : (nullable Class )model
167
- cellReuseIdentifier : (NSString *)identifier
168
- view : (UITableView *)tableView ;
166
+ modelClass : (nullable Class )model
167
+ cellReuseIdentifier : (NSString *)identifier
168
+ view : (UITableView *)tableView ;
169
169
170
170
/* *
171
171
* Initialize an instance of FirebaseTableViewDataSource that populates
@@ -183,9 +183,9 @@ NS_ASSUME_NONNULL_BEGIN
183
183
* model class
184
184
*/
185
185
- (instancetype )initWithRef : (FIRDatabaseReference *)ref
186
- modelClass : (nullable Class )model
187
- prototypeReuseIdentifier : (NSString *)identifier
188
- view : (UITableView *)tableView ;
186
+ modelClass : (nullable Class )model
187
+ prototypeReuseIdentifier : (NSString *)identifier
188
+ view : (UITableView *)tableView ;
189
189
190
190
/* *
191
191
* Initialize an instance of FirebaseTableViewDataSource that populates a custom
@@ -204,10 +204,10 @@ NS_ASSUME_NONNULL_BEGIN
204
204
* UITableViewCell with a custom model class
205
205
*/
206
206
- (instancetype )initWithRef : (FIRDatabaseReference *)ref
207
- modelClass : (nullable Class )model
208
- cellClass : (nullable Class )cell
209
- cellReuseIdentifier : (NSString *)identifier
210
- view : (UITableView *)tableView ;
207
+ modelClass : (nullable Class )model
208
+ cellClass : (nullable Class )cell
209
+ cellReuseIdentifier : (NSString *)identifier
210
+ view : (UITableView *)tableView ;
211
211
212
212
/* *
213
213
* Initialize an instance of FirebaseTableViewDataSource that populates a custom
@@ -225,10 +225,10 @@ NS_ASSUME_NONNULL_BEGIN
225
225
* model class
226
226
*/
227
227
- (instancetype )initWithRef : (FIRDatabaseReference *)ref
228
- modelClass : (nullable Class )model
229
- nibNamed : (NSString *)nibName
230
- cellReuseIdentifier : (NSString *)identifier
231
- view : (UITableView *)tableView ;
228
+ modelClass : (nullable Class )model
229
+ nibNamed : (NSString *)nibName
230
+ cellReuseIdentifier : (NSString *)identifier
231
+ view : (UITableView *)tableView ;
232
232
233
233
/* *
234
234
* Initialize an instance of FirebaseTableViewDataSource that populates
@@ -242,8 +242,8 @@ NS_ASSUME_NONNULL_BEGIN
242
242
* FIRDataSnapshots
243
243
*/
244
244
- (instancetype )initWithQuery : (FIRDatabaseQuery *)query
245
- cellReuseIdentifier : (NSString *)identifier
246
- view : (UITableView *)tableView ;
245
+ cellReuseIdentifier : (NSString *)identifier
246
+ view : (UITableView *)tableView ;
247
247
248
248
/* *
249
249
* Initialize an instance of FirebaseTableViewDataSource that populates
@@ -259,8 +259,8 @@ NS_ASSUME_NONNULL_BEGIN
259
259
* FIRDataSnapshots
260
260
*/
261
261
- (instancetype )initWithQuery : (FIRDatabaseQuery *)query
262
- prototypeReuseIdentifier : (NSString *)identifier
263
- view : (UITableView *)tableView ;
262
+ prototypeReuseIdentifier : (NSString *)identifier
263
+ view : (UITableView *)tableView ;
264
264
265
265
/* *
266
266
* Initialize an instance of FirebaseTableViewDataSource that populates a custom
@@ -277,9 +277,9 @@ NS_ASSUME_NONNULL_BEGIN
277
277
* UITableViewCell with FIRDataSnapshots
278
278
*/
279
279
- (instancetype )initWithQuery : (FIRDatabaseQuery *)query
280
- cellClass : (nullable Class )cell
281
- cellReuseIdentifier : (NSString *)identifier
282
- view : (UITableView *)tableView ;
280
+ cellClass : (nullable Class )cell
281
+ cellReuseIdentifier : (NSString *)identifier
282
+ view : (UITableView *)tableView ;
283
283
284
284
/* *
285
285
* Initialize an instance of FirebaseTableViewDataSource that populates a custom
@@ -295,9 +295,9 @@ NS_ASSUME_NONNULL_BEGIN
295
295
* FIRDataSnapshots
296
296
*/
297
297
- (instancetype )initWithQuery : (FIRDatabaseQuery *)query
298
- nibNamed : (NSString *)nibName
299
- cellReuseIdentifier : (NSString *)identifier
300
- view : (UITableView *)tableView ;
298
+ nibNamed : (NSString *)nibName
299
+ cellReuseIdentifier : (NSString *)identifier
300
+ view : (UITableView *)tableView ;
301
301
302
302
/* *
303
303
* Initialize an instance of FirebaseTableViewDataSource that populates
@@ -313,9 +313,9 @@ NS_ASSUME_NONNULL_BEGIN
313
313
* model class
314
314
*/
315
315
- (instancetype )initWithQuery : (FIRDatabaseQuery *)query
316
- modelClass : (nullable Class )model
317
- cellReuseIdentifier : (NSString *)identifier
318
- view : (UITableView *)tableView ;
316
+ modelClass : (nullable Class )model
317
+ cellReuseIdentifier : (NSString *)identifier
318
+ view : (UITableView *)tableView ;
319
319
320
320
/* *
321
321
* Initialize an instance of FirebaseTableViewDataSource that populates
@@ -333,9 +333,9 @@ NS_ASSUME_NONNULL_BEGIN
333
333
* model class
334
334
*/
335
335
- (instancetype )initWithQuery : (FIRDatabaseQuery *)query
336
- modelClass : (nullable Class )model
337
- prototypeReuseIdentifier : (NSString *)identifier
338
- view : (UITableView *)tableView ;
336
+ modelClass : (nullable Class )model
337
+ prototypeReuseIdentifier : (NSString *)identifier
338
+ view : (UITableView *)tableView ;
339
339
340
340
/* *
341
341
* Initialize an instance of FirebaseTableViewDataSource that populates a custom
@@ -354,10 +354,10 @@ NS_ASSUME_NONNULL_BEGIN
354
354
* UITableViewCell with a custom model class
355
355
*/
356
356
- (instancetype )initWithQuery : (FIRDatabaseQuery *)query
357
- modelClass : (nullable Class )model
358
- cellClass : (nullable Class )cell
359
- cellReuseIdentifier : (NSString *)identifier
360
- view : (UITableView *)tableView ;
357
+ modelClass : (nullable Class )model
358
+ cellClass : (nullable Class )cell
359
+ cellReuseIdentifier : (NSString *)identifier
360
+ view : (UITableView *)tableView ;
361
361
362
362
/* *
363
363
* Initialize an instance of FirebaseTableViewDataSource that populates a custom
@@ -375,10 +375,10 @@ NS_ASSUME_NONNULL_BEGIN
375
375
* model class
376
376
*/
377
377
- (instancetype )initWithQuery : (FIRDatabaseQuery *)query
378
- modelClass : (nullable Class )model
379
- nibNamed : (NSString *)nibName
380
- cellReuseIdentifier : (NSString *)identifier
381
- view : (UITableView *)tableView ;
378
+ modelClass : (nullable Class )model
379
+ nibNamed : (NSString *)nibName
380
+ cellReuseIdentifier : (NSString *)identifier
381
+ view : (UITableView *)tableView ;
382
382
383
383
/* *
384
384
* This method populates the fields of a UITableViewCell or subclass given a
0 commit comments