Files
mier_ios/SweetParty/Expand/Category/UIView+GDRotate.h

15 lines
220 B
C
Raw Normal View History

2025-08-11 10:43:19 +08:00
//
// 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