I've got static library that has file first.h that is public and second.h which is private. In file first.h i would like to #import "second.h", but i can't (error: first.h file not found). The question is what to do with such case? I've got static library that has file first.h t