Skip to content

Commit

Permalink
更新 demo 中单例 service
Browse files Browse the repository at this point in the history
  • Loading branch information
laizhenwei committed May 9, 2017
1 parent 8b45197 commit 9c7cc66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Example/BeeHive/BHUserTrackViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ @interface BHUserTrackViewController()<UserTrackServiceProtocol>

@implementation BHUserTrackViewController


-(BOOL)singleton
+(BOOL)singleton
{
return NO;
}
Expand Down

0 comments on commit 9c7cc66

Please sign in to comment.