dji-sdk / Mobile-UXSDK-iOS

DJI Mobile UXSDK is a suite of product agnostic UI objects that fast tracks the development of iOS applications using the DJI Mobile SDK.
Other
73 stars 43 forks source link

Umbrella header for module 'DJIUILibrary' does not include header 'DULOverallChecklistItem.h' #8

Closed sunnyyoung closed 6 years ago

sunnyyoung commented 6 years ago

Description

It seems that the DJIUILibrary.h header file missed an import for DULOverallChecklistItem.h, which will lead to warning a message Umbrella header for module 'DJIUILibrary' does not include header 'DULOverallChecklistItem.h'.

Solution

After add an import for DULOverallChecklistItem.h, the warning message gone.

image