If I have the following ( a protocol and then an interface which uses that
protocol), what is the correct way to set up the ApiDefinition for btouch?
This one is tricking me up.
 
@protocol GRGrabbaPreferencesProtocol <NSObject>
- (NSString*) baseNamepace; 
@end 

@interface GRGrabbaPreferences : NSObject <GRGrabbaPreferencesProtocol>
{ 
    GRGrabbaBarcodePrefs   *barcode; 
} 
@property (retain) GRGrabbaBarcodePrefs   *barcode; 
@end 

@interface GRGrabbaBarcodePrefs    : NSObject <GRGrabbaPreferencesProtocol>
@end 


Jeff


--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Binding-Syntax-For-Protocols-tp4423780p4423780.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to