ApiLinkModel.h 342 B

1234567891011121314151617
  1. //
  2. // ApiLinkModel.h
  3. // BuguLive
  4. //
  5. // Created by xfg on 16/8/3.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface ApiLinkModel : NSObject
  10. @property (nonatomic, copy) NSString *ctl_act;
  11. @property (nonatomic, copy) NSString *api;
  12. @property (nonatomic, assign) NSInteger has_cookie;
  13. @end