2
0

Restructured passwords UI a bit for a saner nav bar.

This commit is contained in:
Maarten Billemont
2014-04-21 23:35:29 -04:00
parent 079434d62b
commit e070082f4a
9 changed files with 96 additions and 88 deletions

View File

@@ -24,5 +24,6 @@ typedef NS_ENUM(NSUInteger, MPCombinedMode) {
@interface MPCombinedViewController : UIViewController
@property(assign, nonatomic) MPCombinedMode mode;
@property(strong, nonatomic) IBOutlet UIView *usersView;
@end