Nessuna descrizione

FKBookPreferReform.h 280B

123456789101112131415
  1. //
  2. // FKBookPreferReform.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/5/12.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKBookPreferReform : NSObject
  10. + (NSArray *)parserPreferListWithDict:(NSDictionary *)dict;
  11. @end