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

class NF_AJAX_Controllers_DispatchPoints
{
    /*
     * Call dispatcher with AJAX dispatch requests
     */
    public function __construct()
    {

    }
        
}