1234567891011121314151617 |
- //
- // NSDictionary+CL.h
- // CLWeeklyCalendarView
- //
- // Created by Caesar on 10/12/2014.
- // Copyright (c) 2014 Caesar. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface NSDictionary (CL)
- - (id)objectForKeyWithNil:(id)aKey;
- @end
- // 版权属于原作者
- // http://code4app.com (cn) http://code4app.net (en)
- // 发布代码于最专业的源码分享网站: Code4App.com
|