11#import <UIKit/UIKit.h>
15 IBOutlet UILabel *_title;
16 IBOutlet UILabel *_server;
17 IBOutlet UILabel *_username;
18 IBOutlet UIImageView *_screenshot;
19 IBOutlet UIButton *_disconnect_button;
22@property(retain, nonatomic) UILabel *title;
23@property(retain, nonatomic) UILabel *server;
24@property(retain, nonatomic) UILabel *username;
25@property(retain, nonatomic) UIImageView *screenshot;
26@property(retain, nonatomic) UIButton *disconnectButton;