ContactTableViewCell: Handle trust level shields decoration.

This commit is contained in:
SBiOSoftWhare
2020-02-03 19:01:47 +01:00
parent 224aa2b0de
commit 05318f1a7e
3 changed files with 51 additions and 3 deletions
@@ -33,6 +33,7 @@
@property (nonatomic) IBOutlet UILabel *contactDisplayNameLabel;
@property (nonatomic) IBOutlet UILabel *contactInformationLabel;
@property (nonatomic) IBOutlet UIView *customAccessoryView;
@property (weak, nonatomic) IBOutlet UIImageView *avatarBadgeImageView;
@property (nonatomic) BOOL showCustomAccessoryView;