//
// userInfoSexCell.h
// ThePaperDemo
//
// Created by scar1900 on 14/12/11.
// Copyright (c) 2014年 scar1900. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "userInfoBaseCell.h"
@interface userInfoSexCell : userInfoBaseCell
@property(nonatomic,strong)NSString *sex;
@end
|