CALayer+XibConfiguration.h 329 B

12345678910111213141516171819
  1. //
  2. // CALayer+XibConfiguration.h
  3. // XenonSDK
  4. //
  5. // Created by fq on 2020/12/12.
  6. // Copyright © 2020 SAGESSE. All rights reserved.
  7. //
  8. #import <QuartzCore/QuartzCore.h>
  9. #import <UIKit/UIKit.h>
  10. @interface CALayer (XibConfiguration)
  11. //XIB设置view的边框颜色
  12. @property(nonatomic, assign) UIColor *borderUIColor;
  13. @end