#!/usr/bin/env pinpoint # default style [black] [center] # [text-align=center] [text-color=white] [shading-opacity=0.0] --- [text-align=center] Desenvolvimento iOS Júlio Biason --- 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 #ifndef MYCLASS_H #define MYCLASS_H // código aqui #endif