You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
513 B
29 lines
513 B
// |
|
// WatchHomeViewController.h |
|
// watch |
|
// |
|
// Created by xTT on 2017/7/3. |
|
// Copyright © 2017年 xTT. All rights reserved. |
|
// |
|
|
|
|
|
#import "baseViewController.h" |
|
#import <MapKit/MapKit.h> |
|
#import "XRCarouselView.h" |
|
#import "CBAutoScrollLabel.h" |
|
#import "SlideshowModel.h" |
|
|
|
@interface WatchHomeViewController : baseViewController |
|
|
|
|
|
/** |
|
广告轮播图的数据 |
|
*/ |
|
@property (strong, nonatomic) NSMutableArray *slideshowArr; |
|
|
|
/** |
|
标记关闭Tips |
|
*/ |
|
@property (nonatomic , assign) BOOL closeFocusTips; |
|
|
|
@end
|
|
|