| 1234567891011121314151617 |
- //
- // GBTopLineViewModel.h
- // 淘宝垂直跑马灯广告
- //
- // Created by 张国兵 on 15/8/28.
- // Copyright (c) 2015年 zhangguobing. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface GBTopLineViewModel : NSObject
- @property (nonatomic,copy) NSString *type;
- @property (nonatomic,copy) NSArray *titleArray;
- @property (nonatomic,copy) NSString *title;
- @end
|