// // UIImage+CL.h // CLWeeklyCalendarView // // Created by Caesar on 11/12/2014. // Copyright (c) 2014 Caesar. All rights reserved. // #import <UIKit/UIKit.h> @interface UIImage (CL) + (UIImage *)calendarBackgroundImage : (float)height; @end