You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//
|
|
// J2Obj.h
|
|
// TXLiteAVDemo
|
|
//
|
|
// Created by annidyfeng on 2018/6/25.
|
|
// Copyright © 2018年 Tencent. All rights reserved.
|
|
//
|
|
|
|
#ifndef J2Obj_h
|
|
#define J2Obj_h
|
|
|
|
|
|
NSArray *J2Array(id value);
|
|
|
|
NSString *J2Str(id value);
|
|
|
|
NSNumber *J2Num(id value);
|
|
|
|
#endif /* J2Obj_h */
|