// // CALayer+XibConfiguration.h // XenonSDK // // Created by fq on 2020/12/12. // Copyright © 2020 SAGESSE. All rights reserved. // #import #import @interface CALayer (XibConfiguration) //XIB设置view的边框颜色 @property(nonatomic, assign) UIColor *borderUIColor; @end