//
// MenuView.h
// redstar
//
// Created by admin on 15/11/10.
// Copyright © 2015年 ZWF. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MenuButton.h"
@interface MenuView : UIView
@property (nonatomic, strong) MenuButton *taxiButton;
@property (nonatomic, strong) MenuButton *screenButton;
@end
-
admin authoredc2ff708d