avoid setting views in the inspector until necessary

This commit is contained in:
Mitchell Livingston
2010-03-09 02:26:52 +00:00
parent eab787ac7d
commit 15c2279052
13 changed files with 267 additions and 151 deletions

View File

@@ -32,6 +32,8 @@
{
NSArray * fTorrents;
BOOL fSet;
NSMutableArray * fTrackers;
IBOutlet TrackerTableView * fTrackerTable;