no comment.

This commit is contained in:
Kevin G Christiano 2019-10-18 10:28:22 -04:00
parent f067a20ba9
commit 0bb1debc77

View File

@ -17,7 +17,6 @@
/// Handle action
- (void)didSelectCellAtIndex:(nonnull NSIndexPath *)indexPath delegateObject:(nullable MVMCoreUIDelegateObject *)delegateObject additionalData:(nullable NSDictionary *)additionalData;
/// Currently designed for UITableViewCell. Aligns the accessory view with the center of a character in a line of text.
- (void)willDisplay;
@end