Files
mier_ios/SweetParty/Expand/Category/UIView+GDRotate.h
2025-08-11 10:43:19 +08:00

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