KMTSocialObject Class Reference
Inherits from | KMTParamObject : NSObject |
---|---|
Declared in | KMTSocialObject.h KMTSocialObject.m |
Overview
Copyright 2017 Kakao Corp.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
likeCount
컨텐츠의 좋아요 수
@property (copy, nonatomic, nullable) NSNumber *likeCount
Discussion
@property likeCount
Declared In
KMTSocialObject.h
commnentCount
컨텐츠의 댓글 수
@property (copy, nonatomic, nullable) NSNumber *commnentCount
Discussion
@property commnentCount
Declared In
KMTSocialObject.h
sharedCount
컨텐츠의 공유 수
@property (copy, nonatomic, nullable) NSNumber *sharedCount
Discussion
@property sharedCount
Declared In
KMTSocialObject.h
viewCount
컨텐츠의 조회 수
@property (copy, nonatomic, nullable) NSNumber *viewCount
Discussion
@property viewCount
Declared In
KMTSocialObject.h
subscriberCount
컨텐츠의 구독 수
@property (copy, nonatomic, nullable) NSNumber *subscriberCount
Discussion
@property subscriberCount
Declared In
KMTSocialObject.h