From 6113e6d5480664faf525bfb0e05e9d88cc94867f Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 19 Jun 2012 16:28:34 -0500 Subject: [PATCH] Remove ambiguous obj-c header example --- .../objective-c/MainMenuViewController.h | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 test/fixtures/objective-c/MainMenuViewController.h diff --git a/test/fixtures/objective-c/MainMenuViewController.h b/test/fixtures/objective-c/MainMenuViewController.h deleted file mode 100644 index f6467719..00000000 --- a/test/fixtures/objective-c/MainMenuViewController.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// Copyright 2009-2011 Facebook -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -@interface MainMenuViewController : TTTableViewController { - -} - -@end