Skip to content

Commit c70727f

Browse files
committed
优化代码
1 parent 48694d6 commit c70727f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iOS_Tips/DarkMode/Crash/SLCrashViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
NS_ASSUME_NONNULL_BEGIN
1212

13-
//iOS Crash防护 思路来源: https://xiaozhuanlan.com/topic/6280793154
13+
//iOS Crash防护
1414
@interface SLCrashViewController : UIViewController
1515

1616
@end

iOS_Tips/DarkMode/Crash/SLCrashViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ - (void)setupUI {
3838
}
3939

4040
#pragma mark - Container Crash
41-
41+
///思路来源: https://xiaozhuanlan.com/topic/6280793154
4242
///不可变数组防护 越界和nil值
4343
- (void)testArray {
4444
//越界

0 commit comments

Comments
 (0)