11#import <UIKit/UIKit.h>
15 IBOutlet UILabel *_title;
16 IBOutlet UILabel *_sub_title;
17 IBOutlet UIImageView *_connection_state_icon;
20@property(retain, nonatomic) UILabel *title;
21@property(retain, nonatomic) UILabel *subTitle;
22@property(retain, nonatomic) UIImageView *connectionStateIcon;