From 9c7cc66a5dcf65ad9353a8fe4cfbb9118c151650 Mon Sep 17 00:00:00 2001 From: laizw Date: Tue, 9 May 2017 11:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20demo=20=E4=B8=AD=E5=8D=95?= =?UTF-8?q?=E4=BE=8B=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example/BeeHive/BHUserTrackViewController.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Example/BeeHive/BHUserTrackViewController.m b/Example/BeeHive/BHUserTrackViewController.m index 1d3281f..1d07898 100644 --- a/Example/BeeHive/BHUserTrackViewController.m +++ b/Example/BeeHive/BHUserTrackViewController.m @@ -20,8 +20,7 @@ @interface BHUserTrackViewController() @implementation BHUserTrackViewController - --(BOOL)singleton ++(BOOL)singleton { return NO; }