Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 193 Bytes

File metadata and controls

2 lines (2 loc) · 193 Bytes

数据类型

OC主要分为两种数据类型,比如NSInteger,CGFloat这种由C语言typedef而来的,另外一种就是相应的数据类型,本章主要讲解几种常用的数据类型。