diff --git a/ios/ios.pin b/ios/ios.pin
index 4294c64..1c0a722 100644
--- a/ios/ios.pin
+++ b/ios/ios.pin
@@ -3,11 +3,11 @@
[black]
[center]
-[text-align=center]
+# [text-align=center]
[text-color=white]
[shading-opacity=0.0]
----
+--- [text-align=center]
Desenvolvimento iOS
@@ -15,9 +15,41 @@
---
-Agenda
+Agenda
+
+* Objective-C
+* Storyboards
+* Autolayout
+* Code!
+
+---
+
+Objective-C
+
+Tipo C/C++, mas tipo Smalltalk.
+
+---
+
+Sem Guardiões
+
+
+ #ifndef MYCLASS_H
+ #define MYCLASS_H
+
+ // código aqui
+
+ #endif
+
+
+---
+
+Sem Guardiões
-- Objective-C
-- Storyboards
-- Autolayout
-- Code!
+
+ #ifndef MYCLASS_H
+ #define MYCLASS_H
+
+ // código aqui
+
+ #endif
+