14 lines
222 B
Objective-C
14 lines
222 B
Objective-C
//
|
|
// MTGridSelectConfig.m
|
|
// MTGridSelectDemo
|
|
//
|
|
// Created by mambaxie on 2019/1/19.
|
|
// Copyright © 2019年 tencent. All rights reserved.
|
|
//
|
|
|
|
#import "MTGridSelectConfig.h"
|
|
|
|
@implementation MTGridSelectConfig
|
|
|
|
@end
|