You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IOTAFile is a base interface to supply file content for creators. If you want to supply custom file content for a creator, you must write a class that implements the IOTAFile interface. The creator returns an instance of your class, and the IDE calls back to your IOTAFile-derived class to obtain the file contents and related information.