Skip to content

Commit

Permalink
refactor(ios): Revert rename and sdk frame refactor part 12
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg committed Oct 12, 2023
1 parent 6d7e675 commit 2fe5a86
Show file tree
Hide file tree
Showing 17 changed files with 260 additions and 537 deletions.
87 changes: 0 additions & 87 deletions framework/examples/ios-demo/HippyDemo/HippyConvenientBridge.h

This file was deleted.

285 changes: 0 additions & 285 deletions framework/examples/ios-demo/HippyDemo/HippyConvenientBridge.mm

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ typedef NS_ENUM(NSUInteger, RenderType) {
RenderTypeNative,
};

@class HippyConvenientBridge;
@class HippyBridge;
@class HippyPageCacheManager, HippyPageCache;

@protocol HippyPageCacheManagerObserverProtocol <NSObject>
Expand All @@ -55,7 +55,7 @@ typedef NS_ENUM(NSUInteger, RenderType) {

@interface HippyPageCache : NSObject

@property(nonatomic, strong) HippyConvenientBridge *convenientBridge;
@property(nonatomic, strong) HippyBridge *hippyBridge;
@property(nonatomic, strong) UIView *rootView;
@property(nonatomic, strong, nullable) UIImage *snapshot;

Expand Down
Loading

0 comments on commit 2fe5a86

Please sign in to comment.