// // LBRectangularView.h // Calendar module // // Created by king on 1511-4-308. // Copyright © 2015年 luqinbin. All rights reserved. // #import <UIKit/UIKit.h> @interface LBRectangularView : UIView @property (nonatomic, strong) UIColor *color; @end