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