MESSENGER-5203 add federation icon to tableview cell

This commit is contained in:
JanNiklas Grabowski
2023-10-31 17:10:22 +01:00
parent 71f54f6547
commit 68a05f6f7e
6 changed files with 120 additions and 0 deletions
@@ -35,4 +35,7 @@
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *lastEventDecriptionLabelTrailingConstraint;
@property (weak, nonatomic) IBOutlet UIImageView *unsentImageView;
@property (nonatomic) UIImage *federationImage;
@property (nonatomic) UIImageView *federationImageView;
@end