BHBackgroundHandler Block Reference
63 | 64 | 65 || Declared in | 68 |BHAppDelegate.h | 69 |
|---|
typedef void (^BHBackgroundHandler) (void )
10 |
11 |
--------------------------------------------------------------------------------
/MLSModuleCenterDemo/Pods/Target Support Files/MLSModuleCenter/MLSModuleCenter-prefix.pch:
--------------------------------------------------------------------------------
1 | #ifdef __OBJC__
2 | #import typedef void (^BHWatchReplyHandler) (NSDictionary *replyInfo)
10 |
11 |
--------------------------------------------------------------------------------
/MLSModuleCenterDemo/MLSModuleCenterDemo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 | typedef void (^BHShortcutCompletionHandler) (BOOL )
10 |
11 |
--------------------------------------------------------------------------------
/MLSModuleCenterDemo/MLSModuleCenterDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 | typedef void (^BHNotificationCompletionHandler) (void )
10 |
11 |
--------------------------------------------------------------------------------
/MLSModuleCenterDemo/MLSModuleCenterDemo/AppDelegate.h:
--------------------------------------------------------------------------------
1 | //
2 | // AppDelegate.h
3 | // MLSModuleCenterDemo
4 | //
5 | // Created by yuanhang on 2019/10/9.
6 | // Copyright © 2019 minlison. All rights reserved.
7 | //
8 |
9 | #import typedef void (^BHNotificationResultHandler) (UIBackgroundFetchResult )
10 |
11 |
--------------------------------------------------------------------------------
/docs/markdown/Blocks/BHUserActivityRestorationHandler.md:
--------------------------------------------------------------------------------
1 | # BHUserActivityRestorationHandler Block Reference
2 |
3 | **Declared in** BHAppDelegate.h
4 |
5 |
6 | ## Block Definition
7 | ### BHUserActivityRestorationHandler
8 |
9 | typedef void (^BHUserActivityRestorationHandler) (NSArray *)
10 |
11 |
--------------------------------------------------------------------------------
/docs/html/css/scss/_variables.scss:
--------------------------------------------------------------------------------
1 | $body-font: -apple-system-font, "Helvetica Neue", Helvetica, sans-serif;
2 | $code-font: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
3 |
4 | $body-background: #f2f2f2;
5 | $content-background: #fff;
6 | $content-border: #e9e9e9;
7 | $tint-color: #08c;
8 | $object-background: #f9f9f9;
9 | $object-border: #e9e9e9;
10 |
11 | $mobile-max-width: 650px;
12 |
--------------------------------------------------------------------------------
/docs/markdown/Blocks/BHRPathComponentCustomHandler.md:
--------------------------------------------------------------------------------
1 | # BHRPathComponentCustomHandler Block Reference
2 |
3 | **Declared in** BHRouter.h
4 |
5 |
6 | ## Block Definition
7 | ### BHRPathComponentCustomHandler
8 |
9 | typedef void (^BHRPathComponentCustomHandler) (NSDictionary <, NSString *, id >, * params)
10 |
11 |
--------------------------------------------------------------------------------
/MLSModuleCenterDemo/MLSModuleCenterDemo/Moudles/MLSTestMoudle.h:
--------------------------------------------------------------------------------
1 | //
2 | // MLSTestMoudle.h
3 | // MLSModuleCenter
4 | //
5 | // Created by MinLison on 2019/3/1.
6 | // Copyright © 2019 MinLison. All rights reserved.
7 | //
8 |
9 | #import typedef id (^MLSRouteHandlerParamsCallBackBlock) (NSMutableDictionary <, NSString *, id >, * _Nullable, parameters )
10 |
11 |
--------------------------------------------------------------------------------
/MLSModuleCenterDemo/MLSModuleCenterDemo/Moudles/Route/MLSTestDefaultViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // MLSTestDefaultViewController.h
3 | // MLSModuleCenter
4 | //
5 | // Created by MinLison on 2019/3/1.
6 | // Copyright © 2019 MinLison. All rights reserved.
7 | //
8 |
9 | #import typedef void (^BHNotificationPresentationOptionsHandler) (UNNotificationPresentationOptions options)
10 |
11 |
--------------------------------------------------------------------------------
/MLSModuleCenterDemo/MLSModuleCenterDemo/Moudles/Route/MLSTestSchemeViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // MLSTestSchemeViewController.h
3 | // MLSModuleCenterDemo
4 | //
5 | // Created by yuanhang on 2019/10/9.
6 | // Copyright © 2019 minlison. All rights reserved.
7 | //
8 |
9 | #import typedef void (^MLSRouteUnMatchedURLHandlerBlock) (MLSRoutes *routes, NSURL *__nullable URL, NSDictionary <, NSString *, id >, * __nullable parameters)
10 |
11 |
--------------------------------------------------------------------------------
/Classes/Route/Core/Categories/UIViewController+MLSRouter.m:
--------------------------------------------------------------------------------
1 | //
2 | // NSObject+MLSRouter.m
3 | // MLSModuleCenter
4 | //
5 | // Created by MinLison on 2018/5/10.
6 | //
7 |
8 | #import "UIViewController+MLSRouter.h"
9 | #import "MLSRoutes.h"
10 | @implementation UIViewController (MLSRouter)
11 | + (nullable UIViewController typedef BOOL (^MLSRouteHandleTargetCallBackBlock) (NSMutableDictionary <, NSString *, id >, * _Nullable, parameters , id targetObj)
12 |
13 | #### Declared In
14 | MLSRoutes.h
15 |
16 |
--------------------------------------------------------------------------------
/Classes/Moudle/BeeHive/BHServiceProtocol.h:
--------------------------------------------------------------------------------
1 | /**
2 | * Created by BeeHive.
3 | * Copyright (c) 2016, Alibaba, Inc. All rights reserved.
4 | *
5 | * This source code is licensed under the GNU GENERAL PUBLIC LICENSE.
6 | * For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
7 | */
8 |
9 | #import BHModuleBasic
25 |
26 | Created by BeeHive.
27 | Copyright © 2016, Alibaba, Inc. All rights reserved.
28 |
29 | Declared In `BHModuleManager.h`.
30 |
31 | BHModuleNormal
32 |
33 | Created by BeeHive.
34 | Copyright © 2016, Alibaba, Inc. All rights reserved.
35 |
36 | Declared In `BHModuleManager.h`.
37 |
38 | #### Declared In
39 | `BHModuleManager.h`
40 |
41 |
--------------------------------------------------------------------------------
/MLSModuleCenterDemo/MLSModuleCenterDemo/Moudles/Route/MLSTestSchemeViewController.m:
--------------------------------------------------------------------------------
1 | //
2 | // MLSTestSchemeViewController.m
3 | // MLSModuleCenterDemo
4 | //
5 | // Created by yuanhang on 2019/10/9.
6 | // Copyright © 2019 minlison. All rights reserved.
7 | //
8 |
9 | #import "MLSTestSchemeViewController.h"
10 | #import 21 | MinLison 22 |
23 | 24 || Declared in | 68 |BHAppDelegate.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Declared in | 68 |BHAppDelegate.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Declared in | 68 |BHAppDelegate.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Declared in | 68 |BHRouter.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Declared in | 68 |BHAppDelegate.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Declared in | 68 |BHAppDelegate.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Declared in | 68 |MLSRoutes.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Declared in | 68 |MLSRoutes.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Declared in | 68 |BHAppDelegate.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Declared in | 68 |MLSRoutes.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Declared in | 68 |BHAppDelegate.h | 69 |
|---|
21 | MinLison 22 |
23 | 24 || Inherits from | 76 |MLSModule : NSObject | 77 |
|---|---|
| Declared in | 79 |MLSBaseModule.h | 80 |
21 | MinLison 22 |
23 | 24 || Inherits from | 76 |BHAppDelegate : UIResponder | 77 |
|---|---|
| Declared in | 79 |MLSAppDelegate.h | 80 |
21 | MinLison 22 |
23 | 24 || Conforms to | 76 |MLSRouteControlProtocol | 77 |
|---|---|
| Declared in | 79 |NSObject+MLSRouter.h | 80 |
21 | MinLison 22 |
23 | 24 || Conforms to | 76 |MLSRouteDefinitionTargetController | 77 |
|---|---|
| Declared in | 79 |UIViewController+MLSRouter.h | 80 |
21 | MinLison 22 |
23 | 24 || Inherits from | 78 |NSObject | 79 |
|---|---|
| Declared in | 81 |BHAnnotation.h | 82 |
Created by BeeHive. 92 | Copyright © 2016, Alibaba, Inc. All rights reserved.
93 | 94 |This source code is licensed under the GNU GENERAL PUBLIC LICENSE. 95 | For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
96 |21 | MinLison 22 |
23 | 24 || Inherits from | 78 |NSObject | 79 |
|---|---|
| Conforms to | 81 |BHModuleProtocol | 82 |
| Declared in | 84 |MLSBaseModule.h | 85 |
21 | MinLison 22 |
23 | 24 || Inherits from | 78 |UIResponder | 79 |
|---|---|
| Conforms to | 81 |UIApplicationDelegate | 82 |
| Declared in | 84 |BHAppDelegate.h | 85 |
Created by BeeHive. 95 | Copyright © 2016, Alibaba, Inc. All rights reserved.
96 | 97 |This source code is licensed under the GNU GENERAL PUBLIC LICENSE. 98 | For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
99 |21 | MinLison 22 |
23 | 24 || Inherits from | 86 |NSObject | 87 |
|---|---|
| Declared in | 89 |BHAppDelegate.h | 90 |
userInfo
109 | @property (nonatomic, strong) NSDictionary *userInfo replyHandler
125 | @property (nonatomic, copy) BHWatchReplyHandler replyHandler21 | MinLison 22 |
23 | 24 || Inherits from | 86 |NSObject | 87 |
|---|---|
| Declared in | 89 |BHAppDelegate.h | 90 |
handler
109 | @property (nonatomic, copy) BHBackgroundHandler handler sessionIdentifier
125 | @property (nonatomic, copy) NSString *sessionIdentifier21 | MinLison 22 |
23 | 24 || Inherits from | 86 |NSObject | 87 |
|---|---|
| Declared in | 89 |BHAppDelegate.h | 90 |
)
109 | @property (nonatomic, strong) UIApplicationShortcutItem *NS_AVAILABLE_IOS ( 9.0 ) scompletionHandler
125 | @property (nonatomic, copy) BHShortcutCompletionHandler scompletionHandler21 | MinLison 22 |
23 | 24 || Inherits from | 86 |NSObject | 87 |
|---|---|
| Declared in | 89 |BHWatchDog.h | 90 |
Created by BeeHive. 100 | Copyright © 2016, Alibaba, Inc. All rights reserved.
101 | 102 |This source code is licensed under the GNU GENERAL PUBLIC LICENSE. 103 | For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
104 |– initWithThreshold:strictMode:
121 | - (instancetype)initWithThreshold:(double)threshold strictMode:(BOOL)strictMode