Skip to content

Commit

Permalink
设置有关界面结构优化
Browse files Browse the repository at this point in the history
  • Loading branch information
tbl00c committed Mar 7, 2018
1 parent 5d6bddd commit d838e8d
Show file tree
Hide file tree
Showing 181 changed files with 1,696 additions and 1,319 deletions.
Binary file modified .DS_Store
Binary file not shown.
714 changes: 408 additions & 306 deletions TLChat.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
// Copyright © 2016年 李伯坤. All rights reserved.
//

#import "TLSettingViewController.h"
#import "TLBaseSettingViewController.h"

@class TLUser;
@interface TLChatDetailViewController : TLSettingViewController
@interface TLChatDetailViewController : TLBaseSettingViewController

@property (nonatomic, strong) TLUser *user;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
// Copyright © 2016年 李伯坤. All rights reserved.
//

#import "TLSettingViewController.h"
#import "TLBaseSettingViewController.h"
#import "TLGroup.h"

@interface TLChatGroupDetailViewController : TLSettingViewController
@interface TLChatGroupDetailViewController : TLBaseSettingViewController

@property (nonatomic, strong) TLGroup *group;

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d838e8d

Please sign in to comment.