aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-06-19 16:29:01 -0500
committerJoshua Peek <josh@joshpeek.com>2012-06-19 16:29:01 -0500
commitc804d040721e8b490c7d96f15a01af0914bde715 (patch)
treee591d6838b16e12ccaa12d65a212847de4e95dae /test
parentfdd81ce0be0f0a09176c3a16a0d75e0ac29d27b6 (diff)
parent6113e6d5480664faf525bfb0e05e9d88cc94867f (diff)
Merge branch 'master' into bayesian
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/objective-c/MainMenuViewController.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/fixtures/objective-c/MainMenuViewController.h b/test/fixtures/objective-c/MainMenuViewController.h
deleted file mode 100644
index f646771..0000000
--- 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