File: SkypeJoinChatViewController.h

package info (click to toggle)
pidgin-skype 20110407%2Bsvn628%2Bdfsg-1
  • links: PTS
  • area: contrib
  • in suites: wheezy
  • size: 904 kB
  • sloc: ansic: 5,774; cpp: 1,859; objc: 586; makefile: 115
file content (18 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


#import <Adium/DCJoinChatViewController.h>

@class AIAccount, AICompletingTextField;

@interface SkypeJoinChatViewController  : DCJoinChatViewController {
	//IBOutlet		NSView			*view;			// Custom view
	
	IBOutlet		NSTextField		*textField_roomName;
	IBOutlet		NSTextField		*textField_password;
	
	IBOutlet		AICompletingTextField		*textField_inviteUsers;
}

- (void)setRoomName:(NSString*)roomName;

@end