mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 01:39:20 +00:00
14 lines
279 B
Objective-C
14 lines
279 B
Objective-C
//
|
|
// UIAvatarPresence.h
|
|
// linphone
|
|
//
|
|
// Created by Gautier Pelloux-Prayer on 12/04/16.
|
|
//
|
|
//
|
|
|
|
@interface UIAvatarPresence : UIRoundedImageView
|
|
|
|
@property(nonatomic, setter=setFriend:) LinphoneFriend *friend;
|
|
@property(nonatomic, readonly) UIImageView *presenceImage;
|
|
|
|
@end
|