move the code for remembering resize information for the info views into the individual views

This commit is contained in:
Mitchell Livingston
2010-03-14 02:53:22 +00:00
parent 236184c4a9
commit f1bfa1a3d5
8 changed files with 61 additions and 53 deletions

View File

@@ -46,6 +46,8 @@
- (void) setInfoForTorrents: (NSArray *) torrents;
- (void) updateInfo;
- (void) saveViewSize;
- (void) clearView;
- (void) addRemoveTracker: (id) sender;