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.

30 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