File "AbstractPlatformImage.php"

Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/AbstractPlatformImage.php
File size: 184 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Nextend\Framework\Image;

abstract class AbstractPlatformImage {

    public function initLightbox() {

    }

    public function onImageUploaded($filename) {
    }
}