feat:update spec,fix project setting's problem

This commit is contained in:
pengfei.zhou
2019-12-05 10:10:35 +08:00
parent d44cb35d6e
commit d03c0dfed6
11 changed files with 52 additions and 43 deletions

View File

@@ -18,6 +18,8 @@
//
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <UIKit/UIKit.h>
typedef UIEdgeInsets DoricMargin;
typedef UIEdgeInsets DoricPadding;
@@ -101,4 +103,4 @@ typedef NS_ENUM(NSInteger, DoricGravity) {
- (void)doricLayoutSubviews;
- (BOOL)requestFromSubview:(UIView *)subview;
@end
@end