Index: samples/github/ios/github/CommitListPresenter.h |
diff --git a/samples/github/ios/github/CommitListPresenter.h b/samples/github/ios/github/CommitListPresenter.h |
deleted file mode 100644 |
index c3be10b4257f0e3d75c333a4c0e4fe04ba351c8c..0000000000000000000000000000000000000000 |
--- a/samples/github/ios/github/CommitListPresenter.h |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-// Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE.md file. |
- |
-#import <UIKit/UIKit.h> |
-#import "Immi.h" |
-#import "ImmiSamples/ViewPresenter.h" |
- |
-@interface CommitListPresenter |
- : UITableViewController <ViewPresenter, SlidingWindowPresenter> |
- |
-@end |