Revision: 7603 http://skim-app.svn.sourceforge.net/skim-app/?rev=7603&view=rev Author: hofman Date: 2011-12-26 11:11:31 +0000 (Mon, 26 Dec 2011) Log Message: ----------- declare protocol conformance
Modified Paths: -------------- trunk/SKTypeSelectHelper.h Modified: trunk/SKTypeSelectHelper.h =================================================================== --- trunk/SKTypeSelectHelper.h 2011-12-26 11:08:49 UTC (rev 7602) +++ trunk/SKTypeSelectHelper.h 2011-12-26 11:11:31 UTC (rev 7603) @@ -46,8 +46,10 @@ }; typedef NSInteger SKTypeSelectMatchOption; +@protocol SKTypeSelectDataSource; + @interface SKTypeSelectHelper : NSObject <NSTextViewDelegate> { - id dataSource; + id <SKTypeSelectDataSource> dataSource; SKTypeSelectMatchOption matchOption; BOOL isProcessing; NSArray *searchCache; @@ -55,7 +57,7 @@ NSTimer *timer; } -@property (nonatomic, assign) id dataSource; +@property (nonatomic, assign) id <SKTypeSelectDataSource> dataSource; @property (nonatomic) SKTypeSelectMatchOption matchOption; @property (nonatomic, retain) NSString *searchString; @property (nonatomic, readonly) BOOL isProcessing; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit