Hi,

What is the suggested way of handling #define statements in Objective-C header
files? Some of these are not pure constants, but macros that just facilitate
life. But C# does not support this type of macros.

As an example following line from The GoogleAdMobAdsSDK header file
GADBannerView.h :

#define GAD_SIZE_320x50     CGSizeMake(320, 50)

How do I declare this in my btouch input file?

TIA,

Guido
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to