@property (nonatomic, strong) NSString    * _Nullable id_atch_file;

@property (nonatomic, strong) NSString    * _Nonnull cd_sub_sys;

 

혼자 전체 프로젝트 작업(서버 포함) 할 때는 무조건 Nullable...

 

인터페이스 만들어서 다른 사람에게 줄 때는 NonNull...

 

그게 정석인 것 같다.

'Objective-C, SQLite3' 카테고리의 다른 글

class 변수 쓰지 말자...  (0) 2021.06.11
UIAlertController  (0) 2021.05.31
select 구현 예제  (0) 2021.05.26
sqlite3 파일 생성  (0) 2021.05.26
sql 공통 .h, .m 작성법  (0) 2021.05.26

+ Recent posts