Skip to content

Commit 9645738

Browse files
author
oubaiquan
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents 3014ab5 + 377e4e5 commit 9645738

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

TangramKitDemo/FloatLayoutDemo/FOLTest2ViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ struct FOLTest2LayoutTemplate
2020

2121

2222
//数据模型。
23+
@objcMembers
2324
class FOLTest2DataModel : NSObject
2425
{
2526

@@ -33,6 +34,7 @@ class FOLTest2DataModel : NSObject
3334
}
3435

3536
//数据片段模型
37+
@objcMembers
3638
class FOLTest2SectionModel:NSObject
3739
{
3840
var title:String!

TangramKitDemo/FloatLayoutDemo/FOLTest3ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import UIKit
1010

1111

1212

13-
13+
@objcMembers
1414
class FOLTest3DataModel : NSObject
1515
{
1616
var imageName:String!

0 commit comments

Comments
 (0)