KWMContactUsVC.h 279 Bytes
//
//  KWMContectUsVC.h
//  iCemarose
//
//  Created by HouWeiBin on 16/8/31.
//  Copyright © 2016年 kollway. All rights reserved.
//

#import "KWMBaseVC.h"

@interface KWMContactUsVC : KWMBaseVC

-(IBAction)onClickPhone:(id)sender;

-(IBAction)onClickEmail:(id)sender;


@end