Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[iOS] add WXTabbarComponentCreatedCallback on instance
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhan-he committed Sep 18, 2019
1 parent 2bef3bb commit e2dc1bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ typedef NS_ENUM(NSInteger, WXErrorCode) {//error.code
};

typedef enum : NSUInteger {
WXScrollerComponentCreatedCallback
WXScrollerComponentCreatedCallback,
WXTabbarComponentCreatedCallback
} WXSDKInstanceCallbackType;


Expand Down

0 comments on commit e2dc1bb

Please sign in to comment.