// // CALayer+XibConfiguration.h // HuanYuBao // // Created by HuanYuBao on 2019/9/11. // Copyright © 2019 HuanYuBao. All rights reserved. // #import <QuartzCore/QuartzCore.h> NS_ASSUME_NONNULL_BEGIN @interface CALayer (XibConfiguration) @property(nonatomic,weak) UIColor *borderUIColor; @end NS_ASSUME_NONNULL_END