OOScalableImageButton.h
1 //
2 // OOScalableImageButton.h
3 // OoyalaSDK
4 //
5 // Copyright © 2017 Brightcove, Inc. All rights reserved.
6 //
7 
8 #import <UIKit/UIKit.h>
9 #import "OOImages.h"
10 
11 #ifndef OOScalableImageButton_h
12 #define OOScalableImageButton_h
13 
14 @interface OOScalableImageButton : UIButton
15 
16 @property (nonatomic) CGFloat scale;
17 
23 - (instancetype)initWithScale:(CGFloat)scale;
24 
25 @end
26 
27 #endif /* OOScalableImageButton_h */
CGFloat scale
Definition: OOScalableImageButton.h:16
Definition: OOScalableImageButton.h:14