Issue 411
[zxing.git] / iphone / main.m
index 8a87553..a23f47b 100644 (file)
 
 #import <UIKit/UIKit.h>
 
-#include <iostream>
-
-class Exception {
-public:
-  Exception() {}
-  virtual ~Exception() { }
-};
-
-using namespace std;
-
 int main(int argc, char *argv[]) {
        NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
        int retVal = UIApplicationMain(argc, argv, nil, nil);