UIImage+CL.h 392 B

1234567891011121314151617
  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
  12. // 版权属于原作者
  13. // http://code4app.com (cn) http://code4app.net (en)
  14. // 发布代码于最专业的源码分享网站: Code4App.com