linphone-iphone/Classes/LinphoneUI/UIAvatarPresence.h
2016-07-25 11:24:16 +02:00

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