<?php
/**
 * BuddyPress Notifications Classes
 *
 * Classes used for the Notifications component.
 *
 * @package BuddyPress
 * @subpackage NotificationsClasses
 *
 * @since BuddyPress (1.9.0)
 */

// Exit if accessed directly
defined( 'ABSPATH' ) || exit;

require dirname( __FILE__ ) . '/classes/class-bp-notifications-notification.php';
