NSArray+ex.h 244 B

123456789101112131415
  1. //
  2. // NSArray+ex.h
  3. // LNManager
  4. //
  5. // Created by EchoShacolee on 2017/6/5.
  6. // Copyright © 2017年 lee. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSArray (ex)
  10. - (id)h_safeObjectAtIndex:(NSUInteger)index;
  11. @end