15 lines
220 B
Objective-C
Executable File
15 lines
220 B
Objective-C
Executable File
//
|
|
// 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
|