Can someone explain or show how to convert this to c# to use the Obj C
library. I think I have the rest converted correctly but I'm not too sure
how to do this
@interface ReaderController : NSObject {
NSObject <ReaderControllerDelegate>* delegate;
BOOL detectDeviceChange;
ReaderControllerState readerState;
}
@property (nonatomic, assign) NSObject <ReaderControllerDelegate>* delegate;
@protocol ReaderControllerDelegate <NSObject>
@optional
- (void)onDevicePlugged;
- (void)onDeviceUnplugged;
@end
Thanks,
Hani
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch