[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

api[dji-ios] 00 preparation

"Ensure the system is OK to fileIn the API"
(Smalltalk includesKey: #DJISDKManager) ifFalse: [
	self print: '// Note: The DJI API is already installed'.
	self abort
].
(Smalltalk includesKey: #NSObject) ifFalse: [
	self error: 'NSObject is required to install this API'
].