OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncCell
(Results
1 - 2
of
2
) sorted by null
/external/walt/ios/WALT/
MenuController.h
20
@property (nonatomic, assign) IBOutlet UITableViewCell *
syncCell
;
MenuController.m
58
self.
syncCell
.accessoryView = nil; // Display a checkmark.
63
self.
syncCell
.accessoryView = _spinner;
Completed in 179 milliseconds