IVTEditMySexViewController.h
314 Bytes
//
// IVTEditMySexViewController.h
// IVTMeLiveTwo
//
// Created by XRG on 16/8/24.
// Copyright © 2016年 QLQ. All rights reserved.
//
#import "BaseViewController.h"
@interface IVTEditMySexViewController : BaseViewController
@property (nonatomic,copy) void (^editSuccessBlock)(NSString *sexString);
@end