File "class-wpb-sdk-abstract.php"

Full Path: /home/theinspectionboy/public_html/suffolk/lib/wpb-sdk/includes/class-wpb-sdk-abstract.php
File size: 141 bytes
MIME-type: text/x-php
Charset: utf-8

<?php 
	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

    abstract class WPBRIGADE_SDK_Abstract{
        public function __construct() {}
    }