1234567891011121314151617 |
- //
- // FKLivesReform.h
- // FirstLink
- //
- // Created by Lofty on 16/10/13.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKLivesReform : NSObject
- + (NSArray *)parserShoppingLivesWithDict:(NSDictionary *)dict;
- + (NSString *)parserAnchorIDWithDict:(NSDictionary *)dict;
- @end
|