ss
Aeline
2020-09-26 6d8742046f04db48591ace087c35cca0228ae009
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  NSPointerArray+Safely.h
//  BUAdSDK
//
//  Created by bytedance_yuanhuan on 2018/6/21.
//  Copyright © 2018年 bytedance. All rights reserved.
//
 
#import <Foundation/Foundation.h>
 
@interface NSPointerArray (BU_Safely)
- (id)bu_safelyAccessObjectAtIndex:(NSUInteger)index;
@end