Skip to content

Commit a7113d3

Browse files
committed
fixed
1 parent b86a3e6 commit a7113d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: DDRichText/TestViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
#import "DDRichTextViewController.h"
1010

11-
@interface TestViewController : DDRichTextViewController<DDRichTextViewDataSource,DDRichTextViewDelegate>
11+
@interface TestViewController : DDRichTextViewController
1212

1313
@end

Diff for: DDRichText/TestViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import "TestViewController.h"
1010
#import "UIImageView+WebCache.h"
1111

12-
@interface TestViewController ()
12+
@interface TestViewController ()<DDRichTextViewDataSource,DDRichTextViewDelegate>
1313

1414
@end
1515

0 commit comments

Comments
 (0)