19 lines
340 B
Objective-C
19 lines
340 B
Objective-C
//
|
|
// UMComSimplicityUserCenterViewController.h
|
|
// UMCommunity
|
|
//
|
|
// Created by 张军华 on 16/5/19.
|
|
// Copyright © 2016年 Umeng. All rights reserved.
|
|
//
|
|
|
|
#import "UMComViewController.h"
|
|
@class UMComUser;
|
|
|
|
@interface UMComSimplicityUserCenterViewController : UMComViewController
|
|
|
|
@property (nonatomic,strong)UMComUser* user;
|
|
|
|
|
|
|
|
@end
|