Files
medicalalert-web-reloaded/wp/wp-content/plugins/iper-medical/encryption/encrypted-content.php
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

8 lines
114 B
PHP

<?php
if(!class_exists("EncryptedContent")){
class EncryptedContent{
public $IV;
public $Data;
}
}
?>