Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I wouldn't do the iOS/Darwin merge.
But let others chime in, if you consider it worth it
#if TARGET_OS_IPHONE
I wouldn't share the iOS and Darwin part if the cost is a large ifdef section.
#if TARGET_OS_IPHONE
Isn't this ifdef the same as in line 15? So I doubt it has the intended effect.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |