LBRectangularView.h 261 B

123456789101112131415
  1. //
  2. // LBRectangularView.h
  3. // Calendar module
  4. //
  5. // Created by king on 1511-4-308.
  6. // Copyright © 2015年 luqinbin. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface LBRectangularView : UIView
  10. @property (nonatomic, strong) UIColor *color;
  11. @end