MainViewController.h 322 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
//
//  MainViewController.h
//  Car
//
//  Created by Javen on 2016/12/23.
//  Copyright © 2016年 上海勾芒信息科技. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface MainViewController : BaseListViewController
Sandy's avatar
Sandy committed
12 13 14
@property (strong, nonatomic) UIView *shadow;
- (void)showShadow;
- (void)hideShadow;
15
@end