No Description

FKLivesReform.h 335B

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