// // NSArray+Safe.h // xplan-ios // // Created by 冯硕 on 2022/11/11. // #import NS_ASSUME_NONNULL_BEGIN @interface NSArray (Safe) -(id)safeObjectAtIndex1:(NSUInteger)index; @end NS_ASSUME_NONNULL_END