As I understand correctly, besides the fact that Objective-C language is a strict superset of a \"clean\" C, added OOP paradigm is simulated by a set of functions partially
You could use the clang rewriter to convert to C++. Not aware of a way to go to C though.
The rewriter is available via the "-rewrite-objc" command line option.