mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
16 lines
242 B
Objective-C
16 lines
242 B
Objective-C
//
|
|
// UIBouncingView.h
|
|
// linphone
|
|
//
|
|
// Created by Gautier Pelloux-Prayer on 11/12/15.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIBouncingView : UIView
|
|
|
|
- (void)startAnimating:(BOOL)animated;
|
|
- (void)stopAnimating:(BOOL)animated;
|
|
|
|
@end
|