iOS/CloudKitCatalog/CloudKitCatalog/NestedAttributeTableViewCell.swift

/*
    Copyright (C) 2016 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    A NestedAttributeTableViewCell is an AttributeTableViewCell that displays a key-value pair of a complex
                attribute value.
*/
 
import UIKit
 
class NestedAttributeTableViewCell: AttributeTableViewCell {
 
    
}