MESSENGER-5203 add federation icon to tableview cell

This commit is contained in:
JanNiklas Grabowski
2023-10-31 17:10:22 +01:00
parent 2e4f9f59ab
commit 5f5aa69a73
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