UIImage+CL.h 250 B

12345678910111213
  1. //
  2. // UIImage+CL.h
  3. // CLWeeklyCalendarView
  4. //
  5. // Created by Caesar on 11/12/2014.
  6. // Copyright (c) 2014 Caesar. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIImage (CL)
  10. + (UIImage *)calendarBackgroundImage : (float)height;
  11. @end