add a note to myself to set off the pieces view target/action in the xib instead of code

This commit is contained in:
Mitchell Livingston
2013-03-12 03:08:59 +00:00
parent 90b042f789
commit 9e99950dd4
2 changed files with 15 additions and 14 deletions

View File

@@ -56,7 +56,8 @@
- (void) setInfoForTorrents: (NSArray *) torrents;
- (void) updateInfo;
- (void) setPiecesView: (id) sender;
- (IBAction) setPiecesView: (id) sender;
- (IBAction) updatePiecesView: (id) sender;
- (void) clearView;
@end