|
//
// userInfoThirdAccountCell.h
// ThePaperBase
//
// Created by Huixin on 15/8/25.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "userInfoBaseCell.h"
@interface userInfoThirdAccountCell : userInfoBaseCell
@property(nonatomic, strong)NSString *loginType;
@end
|