![]() |
Ignite Tools
|
00001 // 00002 // ConnectViewController.h 00003 // IgniteTools 00004 // 00005 // Created by Joseph Flasher on 6/4/11. 00006 // Copyright 2011 Ars Sollertia. All rights reserved. 00007 // 00008 00009 #import <UIKit/UIKit.h> 00010 #import "AFOpenFlowView.h" 00011 00015 @interface ConnectViewController : UIViewController <AFOpenFlowViewDelegate, AFOpenFlowViewDataSource> { 00016 IBOutlet AFOpenFlowView *openFlowView; 00017 NSArray *connections; 00018 IBOutlet UILabel *nameLabel; 00019 } 00020 00024 @property (nonatomic, retain) IBOutlet AFOpenFlowView *openFlowView; 00025 00029 @property (nonatomic, retain) NSArray *connections; 00030 00034 @property (nonatomic, retain) IBOutlet UILabel *nameLabel; 00035 00036 @end