标签:
一、前言
在OC语言中,使用@interface和@implementation来处理类。
@interface就好像暴露在外面的时钟表面,像外界提供展示以及接口。@implementation就好像隐藏在时钟内部的构造实现,把具体的实现封装了起来。
二、
【Objective-C基础知识-07】OC面向对象—封装
原文地址:http://www.cnblogs.com/songshuhaoNB/p/5026243.html