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