Issue 411
[zxing.git] / iphone / main.m
index 15efdd1..a23f47b 100644 (file)
@@ -6,7 +6,7 @@
 //  Copyright Google Inc 2008. All rights reserved.
 //
 /*
- * Copyright 2008 Google Inc.
+ * Copyright 2008 ZXing authors
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 #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);