[go: up one dir, main page]

Menu

[3822d7]: / core / Exchange.php  Maximize  Restore  History

Download this file

23 lines (16 with data), 562 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
namespace ICT\Core;
/* * ***************************************************************
* Copyright © 2014 ICT Innovations Pakistan All Rights Reserved *
* Developed By: Nasir Iqbal *
* Website : http://www.ictinnovations.com/ *
* Mail : nasir@ictinnovations.com *
* *************************************************************** */
class Exchange
{
/** @var boolean $conn */
public $conn = NULL;
public function __construct()
{
}
}