feat:currently remove rotationX,rotationY

This commit is contained in:
pengfei.zhou
2019-11-29 19:33:54 +08:00
parent 2fb05f9dc1
commit e2df869b52
3 changed files with 3 additions and 55 deletions

View File

@@ -73,8 +73,6 @@ @interface DoricViewNode ()
@property(nonatomic, copy) NSNumber *scaleX;
@property(nonatomic, copy) NSNumber *scaleY;
@property(nonatomic, copy) NSNumber *rotation;
@property(nonatomic, copy) NSNumber *rotationX;
@property(nonatomic, copy) NSNumber *rotationY;
@property(nonatomic, copy) NSNumber *pivotX;
@property(nonatomic, copy) NSNumber *pivotY;
@end