//
//  Copyright © 2021-2022 PSPDFKit GmbH. All rights reserved.
//
//  The PSPDFKit Sample applications are licensed with a modified BSD license.
//  Please see License for details. This notice may not be removed from this file.
//

import Foundation

class IndustryExample: Example {
    /// An extended description showed by invoking moreInfoBarButtonItem.
    var extendedDescription: String?

    /// An optional URL with even more information shown on moreInfoBarButtonItem.
    var url: URL?
}
