From da64c1ec91eba69cceba66219aceaafe9798c259 Mon Sep 17 00:00:00 2001 From: OmarVX Date: Wed, 20 Mar 2024 08:07:41 -0600 Subject: [PATCH] Se agrega clase Titulo --- .../main/java/com/mycompany/presentador/Titulo.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 presentador/src/main/java/com/mycompany/presentador/Titulo.java diff --git a/presentador/src/main/java/com/mycompany/presentador/Titulo.java b/presentador/src/main/java/com/mycompany/presentador/Titulo.java new file mode 100644 index 0000000..059632d --- /dev/null +++ b/presentador/src/main/java/com/mycompany/presentador/Titulo.java @@ -0,0 +1,13 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template + */ +package com.mycompany.presentador; + +/** + * + * @author Omar López + */ +public class Titulo { + +}