iOS: rename category name, avoid duplicated class name
This commit is contained in:
parent
761a6f67a4
commit
f1e3ef5e6b
@ -133,7 +133,7 @@ typedef NS_ENUM(NSInteger, DoricGravity) {
|
|||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
@interface UIView (DoricLayout)
|
@interface UIView (DoricLayoutCategory)
|
||||||
@property(nonatomic, strong) DoricLayout *doricLayout;
|
@property(nonatomic, strong) DoricLayout *doricLayout;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ @interface DoricShapeLayer : CAShapeLayer
|
|||||||
@implementation DoricShapeLayer
|
@implementation DoricShapeLayer
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation UIView (DoricLayout)
|
@implementation UIView (DoricLayoutCategory)
|
||||||
@dynamic doricLayout;
|
@dynamic doricLayout;
|
||||||
|
|
||||||
- (void)setDoricLayout:(DoricLayout *)doricLayout {
|
- (void)setDoricLayout:(DoricLayout *)doricLayout {
|
||||||
|
Reference in New Issue
Block a user