- //
- // FKBookPreferReform.h
- // FirstLink
- //
- // Created by jack on 16/5/12.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKBookPreferReform : NSObject
- + (NSArray *)parserPreferListWithDict:(NSDictionary *)dict;
- @end
|