15 lines
220 B
C
15 lines
220 B
C
|
|
//
|
||
|
|
// UIView+GDRotate.h
|
||
|
|
// GDCategory
|
||
|
|
//
|
||
|
|
// Created by yunfenghan Ling on 2017/11/10.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
|
||
|
|
@interface UIView (GDRotate)
|
||
|
|
|
||
|
|
@property (nonatomic, assign) IBInspectable CGFloat rotateDegree;
|
||
|
|
|
||
|
|
@end
|