• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • viewmodel
  • FunctionsItem.ets
  • desc:迁移个人中心到4.0 · bd775e4d
    bd775e4d Browse Files
    yangchenggong1_wd authored 2024-03-20 14:09:24 +0800
FunctionsItem.ets 164 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12


export default class FunctionsItem {
  imgSrc:Resource
  msg:string

  constructor(msg:string,imgSrc:Resource){
    this.msg = msg
    this.imgSrc = imgSrc
  }

}