Skip to content

Commit

Permalink
Merge pull request #81 from HDB-Li/1.3.7
Browse files Browse the repository at this point in the history
1.3.7
  • Loading branch information
HDB-Li authored Nov 21, 2019
2 parents 190e082 + 55bf7aa commit 71524e2
Show file tree
Hide file tree
Showing 47 changed files with 219 additions and 915 deletions.
37 changes: 0 additions & 37 deletions LLDebugTool/Core/Component/Hierarchy/Function/LLConfig+Hierarchy.h

This file was deleted.

38 changes: 0 additions & 38 deletions LLDebugTool/Core/Component/Hierarchy/Function/LLConfig+Hierarchy.m

This file was deleted.

1 change: 0 additions & 1 deletion LLDebugTool/Core/Component/Hierarchy/LLHierarchy.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#import "LLEnumDescription.h"

#import "NSObject+LL_Hierarchy.h"
#import "LLConfig+Hierarchy.h"

#import "LLHierarchyDetailViewController.h"
#import "LLHierarchyViewController.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
#import "LLWindowManager.h"
#import "LLThemeManager.h"
#import "LLFactory.h"
#import "LLConfig.h"
#import "LLConst.h"
#import "LLTool.h"

#import "UIViewController+LL_Utils.h"
#import "LLConfig+Hierarchy.h"
#import "NSObject+LL_Utils.h"
#import "UIView+LL_Utils.h"

Expand Down
40 changes: 0 additions & 40 deletions LLDebugTool/Core/Component/Html/Function/LLConfig+Html.h

This file was deleted.

44 changes: 0 additions & 44 deletions LLDebugTool/Core/Component/Html/Function/LLConfig+Html.m

This file was deleted.

2 changes: 0 additions & 2 deletions LLDebugTool/Core/Component/Html/LLHtml.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@

#import "LLHtmlComponent.h"

#import "LLConfig+Html.h"

#import "LLHtmlConfigViewController.h"
#import "LLHtmlUIWebViewController.h"
#import "LLHtmlWkWebViewController.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
#import "LLThemeManager.h"
#import "LLToastUtils.h"
#import "LLFactory.h"
#import "LLConfig.h"
#import "LLConst.h"

#import "UIViewController+LL_Utils.h"
#import "UIView+LL_Utils.h"
#import "LLConfig+Html.h"

@interface LLHtmlConfigViewController () <UITextFieldDelegate>

Expand Down
40 changes: 0 additions & 40 deletions LLDebugTool/Core/Component/Location/Function/LLConfig+Location.h

This file was deleted.

44 changes: 0 additions & 44 deletions LLDebugTool/Core/Component/Location/Function/LLConfig+Location.m

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
#import "LLLocationProxy.h"

#import "LLLocationHelper.h"

#import "LLConfig+Location.h"
#import "LLConfig.h"

@implementation LLLocationProxy

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
#import "MKMapView+LL_Location.h"

#import "LLLocationHelper.h"
#import "LLConfig.h"

#import "NSObject+LL_Runtime.h"
#import "LLConfig+Location.h"

@implementation MKMapView (LL_Location)

Expand Down
1 change: 0 additions & 1 deletion LLDebugTool/Core/Component/Location/LLLocation.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#import "CLLocationManager+LL_Location.h"
#import "MKMapView+LL_Location.h"
#import "LLConfig+Location.h"

#import "LLLocationViewController.h"
#import "LLPinAnnotationView.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
#import "LLSettingManager.h"
#import "LLThemeManager.h"
#import "LLAnnotation.h"
#import "LLConfig.h"
#import "LLConst.h"

#import "UIViewController+LL_Utils.h"
#import "UIView+LL_Utils.h"
#import "LLConfig+Location.h"

static NSString *const kAnnotationID = @"AnnotationID";

Expand Down
Loading

0 comments on commit 71524e2

Please sign in to comment.