Classes

The following classes are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    @objc(User)
    public class User : NSManagedObject
  • The purpose of the AddFidoViewController ViewController is to manage the Fido View hierarchy.

    See more

    Declaration

    Swift

    class AddFidoViewController : UIViewController, UINavigationBarDelegate
  • Undocumented

    See more

    Declaration

    Swift

    @UIApplicationMain
    class AppDelegate : UIResponder, UIApplicationDelegate
  • The purpose of the FileViewController ViewController is to manage the File View hierarchy.

    See more

    Declaration

    Swift

    class FileViewController : UIViewController, UINavigationBarDelegate, UITableViewDelegate, UITableViewDataSource, NetworkCheckObserver
  • The purpose of the Network class is to gather all Synology FileStation API Requests.

    See more

    Declaration

    Swift

    final class Network
  • The purpose of the NetworkCheck class is to check in background the network status.

    See more

    Declaration

    Swift

    @available(iOS 12.0, *)
    class NetworkCheck
  • The purpose of the ViewController ViewController is to manage the View Controller Login Page hierarchy.

    See more

    Declaration

    Swift

    class ViewController : UIViewController, UITextFieldDelegate, NetworkCheckObserver