Clean up ahead of PR.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 46dc0acdfb
commit b6a61afd5c

@ -19,7 +19,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface OWSMessageCell ()
// The text label is used so frequently that we always keep one around.
// The nullable properties are created as needed.
// The non-nullable properties are so frequently used that it's easier
// to always keep one around.
@property (nonatomic) UIView *payloadView;
@property (nonatomic) UILabel *dateHeaderLabel;
@property (nonatomic) UILabel *textLabel;

Loading…
Cancel
Save