Guest User

Untitled

a guest
May 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. @interface UserController : UIViewController
  2.  
  3. @property (weak, nonatomic, readonly) UILabel *usernameLabel;
  4. @property (weak, nonatomic, readonly) UILabel *emailLabel;
  5. @property (weak, nonatomic, readonly) UIButton *settingsButton;
  6. @property (weak, nonatomic, readonly) UIButton *seeMoreButton;
  7.  
  8. - (instancetype)initWithUserControllerPresenter:(UserControllerPresenter *)userControllerPresenter;
  9.  
  10. - (void)setupWithUser:(User *)user;
  11.  
  12. @end
Add Comment
Please, Sign In to add comment