mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-22 23:27:41 +00:00
8 lines
121 B
Objective-C
8 lines
121 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
NS_CLASS_AVAILABLE_IOS(7_0)
|
|
@interface CAMFlipButton : UIButton
|
|
|
|
- (UIImage *)_flipImage;
|
|
|
|
@end
|