소스 검색

try rebuild in ci

yogevbd 7 년 전
부모
커밋
459d469156
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      ios/RCCCustomTitleView.m

+ 0
- 1
ios/RCCCustomTitleView.m 파일 보기

17
 
17
 
18
 @implementation RCCCustomTitleView
18
 @implementation RCCCustomTitleView
19
 
19
 
20
-
21
 - (instancetype)initWithFrame:(CGRect)frame subView:(RCTRootView*)subView alignment:(NSString*)alignment {
20
 - (instancetype)initWithFrame:(CGRect)frame subView:(RCTRootView*)subView alignment:(NSString*)alignment {
22
     self = [super init];
21
     self = [super init];
23
     
22